zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _mount add option for relatime
@ 2007-11-28 17:23 Mustafa Oezkan
  0 siblings, 0 replies; only message in thread
From: Mustafa Oezkan @ 2007-11-28 17:23 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

Hi,

patch to add relatime and norelatime to mount -o.

-- 
There's a difference between, doing wrong and being wrong.

[-- Attachment #2: mount_relatime.patch --]
[-- Type: text/plain, Size: 826 bytes --]

--- 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]"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-28 17:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-28 17:23 PATCH: _mount add option for relatime Mustafa Oezkan

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).