From: Darrick J. Wong Date: Wed, 31 Aug 2011 16:00:51 +0000 (-0400) Subject: ext4: ext4_mkdir should dirty dir_block with newly created directory inode X-Git-Tag: v3.2-rc1~85^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9287c1f2d329f4d78a3bbc9cf0db0ebae6f146a;p=pandora-kernel.git ext4: ext4_mkdir should dirty dir_block with newly created directory inode ext4_mkdir calls ext4_handle_dirty_metadata with dir_block and the inode "dir". Unfortunately, dir_block belongs to the newly created directory (which is "inode"), not the parent directory (which is "dir"). Fix the incorrect association. Signed-off-by: Darrick J. Wong Signed-off-by: "Theodore Ts'o" Cc: stable@kernel.org --- Reading git-diff-tree failed