[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)
commitecbd3a632c8198744655b769c5c2b5a1455c1fba
tree95e68beb43315ecdcdd1a57393ef76f2779f3ba2
parente8c3b5a6faf50b426cd8d06912a52e24837a73ad
[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