]> err.no Git - util-linux/commit
mount: relative atime support
authorValerie Henson <val_henson@linux.intel.com>
Sat, 9 Dec 2006 03:15:14 +0000 (19:15 -0800)
committerKarel Zak <kzak@redhat.com>
Wed, 4 Apr 2007 22:29:55 +0000 (00:29 +0200)
commit5e12b670afa4bfe2b9433d42783628bcdf61dffc
tree1d5f4fee2720edbdc6556db00ad94dde16da1487
parent0df2f5d5aa1b3c5bd3acb544535ec129d2405fc4
mount: relative atime support

Add the "relatime" (relative atime) option support to mount.  Relative
atime only updates the atime if the previous atime is older than the
mtime or ctime.  Like noatime, but useful for applications like mutt
that need to know when a file has been read since it was last
modified.

Cc: Adrian Bunk <bunk@stusta.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Karel Zak <kzak@redhat.com>
Signed-off-by: Valerie Henson <val_henson@linux.intel.com>
mount/mount.8
mount/mount.c
mount/mount_constants.h