From: Christoph Hellwig Date: Tue, 10 Jan 2006 04:52:02 +0000 (-0800) Subject: [PATCH] switch autofs4 to touch_atime() X-Git-Tag: v2.6.16-rc1~617 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf6f4b3a3d24d8a41515b509b8fb6448f9201e9;p=pandora-kernel.git [PATCH] switch autofs4 to touch_atime() After my lookup_hash patch ->d_revalidate always gets a valid struct nameidata passed (unless you use lookup_one_len which autofs4 doesn't), so we can switch it from update_atime to touch_atime. This is a bit of an academic excercise because autofs has a 1:1 vfsmount superblock relation, but I want to get rid of update_atime so filesystems authors can't easily screw up per-mountpoint noatime support. Signed-off-by: Christoph Hellwig Cc: Ian Kent Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed