Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _mount add option for relatime



Hi,

patch to add relatime and norelatime to mount -o.

-- 
There's a difference between, doing wrong and being wrong.
--- Completion/Unix/Command/_mount.orig	2007-11-28 16:31:59.462347608 +0100
+++ Completion/Unix/Command/_mount	2007-11-28 17:00:31.625607831 +0100
@@ -305,11 +305,13 @@
     _fs_any=(
       '(sync)async[do all I/O asynchronously]'
       '(noatime)atime[update access time]'
+      '(norelatime)relatime[update atime relative to mtime/ctime]' 
       '(rw suid dev exec async)defaults[use default options]'
       '(nodev)dev[interpret devices]'
       '(noexec)exec[permit execution of binaries]'
       '(nomand)mand[allow mandatory locks]'
       "(atime)noatime[don't update access time]"
+      "(relatime)norelatime[update access time without regard to mtime/ctime]"
       "(dev)nodev[don't interpret devices]"
       "(exec)noexec[don't allow execution of binaries]"
       "(mand)nomand[don'tallow mandatory locks]"


Messages sorted by: Reverse Date, Date, Thread, Author