[PATCH] replace inode_update_time with file_update_time
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Jan 2006 04:52:01 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:30 +0000 (08:01 -0800)
commit870f481793b585323fbda3e87c54efc116f46351
tree08dce269f14c18ae1b1682d3cb0f149b938d40bb
parent3542c6e18f6470bad2bde1e94331e4f488a8d3f1
[PATCH] replace inode_update_time with file_update_time

To allow various options to work per-mount instead of per-sb we need a
struct vfsmount when updating ctime and mtime.  This preparation patch
replaces the inode_update_time routine with a file_update_atime routine so
we can easily get at the vfsmount.  (and the file makes more sense in this
context anyway).  Also get rid of the unused second argument - we always
want to update the ctime when calling this routine.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@ftp.linux.org.uk>
Cc: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/inode.c
fs/ncpfs/file.c
fs/ntfs/file.c
fs/ntfs/inode.c
fs/ocfs2/mmap.c
fs/pipe.c
fs/reiserfs/file.c
fs/xfs/linux-2.6/xfs_lrw.c
include/linux/fs.h
mm/filemap.c
mm/filemap_xip.c