]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ramfs needs to update directory m/ctime on symlink
authorPeter Staubach <staubach@redhat.com>
Mon, 6 Mar 2006 23:42:56 +0000 (15:42 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 7 Mar 2006 02:40:45 +0000 (18:40 -0800)
commit2e99479c6daec4185308521a3e192f7b6ab66a74
tree95e68beb43315ecdcdd1a57393ef76f2779f3ba2
parent47aa4b3a12f8cb0afba73b5eb19dbeb26e4baed1
[PATCH] ramfs needs to update directory m/ctime on symlink

ramfs neglects to update the directory mtime and ctime fields when creating
a new symbolic link.  Ramfs was modified in 2.6.15 to update these fields
when other types of entries are created.  The symlink support is separate
from that other support, so that change did not cover quite all of the
possibilities.

All of the directory content manipulation entry points now seem to be
covered with respect to these time field updates.

Signed-off-by: Peter Staubach <staubach@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ramfs/inode.c