From: Theodore Ts'o Date: Sat, 9 Feb 2013 14:45:11 +0000 (-0500) Subject: ext4: start handle at the last possible moment in ext4_rmdir() X-Git-Tag: v3.9-rc1~64^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dcfaad244cdfa245cc2b4ddf42cea5fd8b80ece;p=pandora-kernel.git ext4: start handle at the last possible moment in ext4_rmdir() 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" Reviewed-by: Jan Kara --- Reading git-diff-tree failed