mirror of
https://github.com/torvalds/linux.git
synced 2026-07-18 11:37:36 +02:00
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 <hch@lst.de> Cc: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| autofs_i.h | ||
| expire.c | ||
| init.c | ||
| inode.c | ||
| Makefile | ||
| root.c | ||
| symlink.c | ||
| waitq.c | ||