commit | 53b7e9f6807c1274eee19201396b4c2b5f721553 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Apr 29 22:02:11 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 29 22:02:11 2008 -0400 |
tree | 4d6dc303a01d14d106c48a2e7ae97451bdb74467 | |
parent | 329d291f50d53f77d15769051f3eb494a9fd54b7 [diff] |
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>