projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd67e80
)
Both atime and diratime should switch _off_ the corresponding no* flag.
author
Rob Landley
<rob@landley.net>
Tue, 10 Jan 2006 02:37:20 +0000
(
02:37
-0000)
committer
Rob Landley
<rob@landley.net>
Tue, 10 Jan 2006 02:37:20 +0000
(
02:37
-0000)
util-linux/mount.c
patch
|
blob
|
history
diff --git
a/util-linux/mount.c
b/util-linux/mount.c
index 4b8e81ca14f23e35ad3e617eaddacde533496bb2..e0a2e2930fcbc03812e65e22038949f62a6152a6 100644
(file)
--- a/
util-linux/mount.c
+++ b/
util-linux/mount.c
@@
-52,9
+52,9
@@
struct {
{"sync", MS_SYNCHRONOUS},
{"async", ~MS_SYNCHRONOUS},
{"remount", MS_REMOUNT},
- {"atime", MS_NOATIME},
+ {"atime",
~
MS_NOATIME},
{"noatime", MS_NOATIME},
- {"diratime", MS_NODIRATIME},
+ {"diratime",
~
MS_NODIRATIME},
{"nodiratime", MS_NODIRATIME},
{"bind", MS_BIND},
{"move", MS_MOVE}