commit | f9287c1f2d329f4d78a3bbc9cf0db0ebae6f146a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Wed Aug 31 12:00:51 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 31 12:00:51 2011 -0400 |
tree | a7bb496f63a0b65e8edbdc72b596f64dd9ecc1b6 | |
parent | bcaa992975041e40449be8c010c26192b8c8b409 [diff] |
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 <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: stable@kernel.org