]> Pileus Git - ~andy/linux/commit
ext4: start handle at least possible moment when renaming files
authorTheodore Ts'o <tytso@mit.edu>
Sat, 17 Aug 2013 02:06:14 +0000 (22:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 17 Aug 2013 02:06:14 +0000 (22:06 -0400)
commit5b61de757535095c99212c1ed857c3a0e0bbe386
treef09415201c98595e10e5fdb84a2e39bd97e9a554
parent7869a4a6c5caa7b2e5c41ccaf46eb3371f88eea7
ext4: start handle at least possible moment when renaming files

In ext4_rename(), don't start the journal handle until the the
directory entries have been successfully looked up.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/namei.c