projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50725d9
)
base-files: Add "-o noatime" to mount wrapper
author
Michael Büsch
<mb@bu3sch.de>
Sun, 20 Feb 2011 22:39:08 +0000
(22:39 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 20 Feb 2011 22:39:08 +0000
(22:39 +0000)
noatime is cheaper than default relatime.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25634
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/functions/boot.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/functions/boot.sh
b/package/base-files/files/lib/functions/boot.sh
index
66423d9
..
a883241
100644
(file)
--- a/
package/base-files/files/lib/functions/boot.sh
+++ b/
package/base-files/files/lib/functions/boot.sh
@@
-3,7
+3,7
@@
# Copyright (C) 2010 Vertical Communications
mount() {
- /bin/busybox mount "$@"
+ /bin/busybox mount
-o noatime
"$@"
}
boot_hook_splice_start() {