commit | 0b23076988b44b2c165e060248345de6f2337387 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Apr 28 02:16:12 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 28 08:58:44 2008 -0700 |
tree | f707484c03bf148eac8c51b92b3c1eaa44996792 | |
parent | 5b9a499d77e9dd39c9e6611ea10c56a31604f274 [diff] |
ext3: fix update of mtime and ctime on rename Make ext3 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> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: <linux-ext4@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>