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)
421 * (kernel's CONFIG_SYSFS_DEPRECATED makes them real dirs, 421 * (kernel's CONFIG_SYSFS_DEPRECATED makes them real dirs,
422 * but we can't enforce that on users) */ 422 * but we can't enforce that on users) */
423 recursive_action("/sys/block", 423 recursive_action("/sys/block",
424 ACTION_RECURSE | ACTION_FOLLOWLINKS, 424 ACTION_RECURSE | ACTION_FOLLOWLINKS | ACTION_QUIET,
425 fileAction, dirAction, temp, 0); 425 fileAction, dirAction, temp, 0);
426 recursive_action("/sys/class", 426 recursive_action("/sys/class",
427 ACTION_RECURSE | ACTION_FOLLOWLINKS, 427 ACTION_RECURSE | ACTION_FOLLOWLINKS,