git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47564bf
)
ext4: start handle at the last possible moment in ext4_unlink()
author
Theodore Ts'o
<tytso@mit.edu>
Sat, 9 Feb 2013 14:43:39 +0000
(09:43 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 9 Feb 2013 14:43:39 +0000
(09:43 -0500)
Don't start the jbd2 transaction handle until after the directory
entry has been found, to minimize the amount of time that a handle is
held active.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
No differences found