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:
501b0e3
)
do not whine if /sys/block does not exist ... embedded systems dont need stinkin...
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 8 Jan 2009 17:19:01 +0000
(17:19 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 8 Jan 2009 17:19:01 +0000
(17:19 -0000)
util-linux/mdev.c
patch
|
blob
|
history
diff --git
a/util-linux/mdev.c
b/util-linux/mdev.c
index 956de15aef4fcf12c03f2dc80713c0f322bfd0cf..9ad1a6ff2215103cd10fe0eed366c590c62eb741 100644
(file)
--- a/
util-linux/mdev.c
+++ b/
util-linux/mdev.c
@@
-421,7
+421,7
@@
int mdev_main(int argc UNUSED_PARAM, char **argv)
* (kernel's CONFIG_SYSFS_DEPRECATED makes them real dirs,
* but we can't enforce that on users) */
recursive_action("/sys/block",
- ACTION_RECURSE | ACTION_FOLLOWLINKS,
+ ACTION_RECURSE | ACTION_FOLLOWLINKS
| ACTION_QUIET
,
fileAction, dirAction, temp, 0);
recursive_action("/sys/class",
ACTION_RECURSE | ACTION_FOLLOWLINKS,