2005-11-09 21:41:05

by Dave Kleikamp

[permalink] [raw]
Subject: [git pull] jfs update

Linus, one more.

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git for-linus

This will update the following files:

fs/jfs/namei.c | 3 +++
1 file changed, 3 insertions(+)

through these ChangeSets:

commit 988a6490a793b73ff23aa3baf87b337152178e4d
tree c12631ad5e0914d52434ea7443bb053103411cd7
parent f2c84c0e84bfa637a7161eac10157cf3b05b4a73
author Dave Kleikamp <[email protected]> Mon, 31 Oct 2005 16:53:04 -0600
committer Dave Kleikamp <[email protected]> Mon, 31 Oct 2005 16:53:04 -0600

JFS: set i_ctime & i_mtime on target directory when creating links

jfs has never been setting i_ctime or i_mtime when creating either hard
or symbolic links. I'm surprised nobody had noticed until now.

Thanks to Chris Spiegel for reporting the problem.

Signed-off-by: Dave Kleikamp <[email protected]>