ext4: Fix update of mtime and ctime on rename
authorJan Kara <jack@suse.cz>
Wed, 30 Apr 2008 02:02:11 +0000 (22:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 30 Apr 2008 02:02:11 +0000 (22:02 -0400)
commit53b7e9f6807c1274eee19201396b4c2b5f721553
tree4d6dc303a01d14d106c48a2e7ae97451bdb74467
parent329d291f50d53f77d15769051f3eb494a9fd54b7
ext4: Fix update of mtime and ctime on rename

The patch below makes ext4 update mtime and ctime of the directory
into which we move file even if the directory entry already exists.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/namei.c