]> git.neil.brown.name Git - history.git/commit
[PATCH] ext2: update inode ctime on rename()
authorAndrew Morton <akpm@osdl.org>
Fri, 6 Feb 2004 00:53:35 +0000 (16:53 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 6 Feb 2004 00:53:35 +0000 (16:53 -0800)
commit9e81ab3b7d7396810cbe4b2eddb7a86353f2f819
treec7605fb8587771740a9793d94ef9fc6da3f40b79
parentb2f1acfe21defa8ad006f591709c0a8c910f90bb
[PATCH] ext2: update inode ctime on rename()

From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>

Chris Siebenmann posted a fix to update the old inode ctime on rename().

This fix went into 2.2.13, but did not make into 2.4 or 2.6 kernels (the
2.2.13 diff is at the end of this message).

Here is updated 2.6 version without mark_inode_dirty(), which is not
necessary anymore because its called by "ext2_dec_count()" few lines down.
fs/ext2/namei.c