aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/mdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index 956de15ae..9ad1a6ff2 100644
--- 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,