From f732e96757090253fe4ed481674779864df95cfa Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 18 Feb 2008 12:07:49 +0000 Subject: mount: optional support for -vv verbosity mount: do "struct globals" trick With -vv on: function old new delta verbose_mount - 83 +83 mount_main 970 988 +18 mount_it_now 219 229 +10 singlemount 4564 4570 +6 mount_option_str 227 233 +6 nfs_mount_version 1 - -1 fslist 4 - -4 ------------------------------------------------------------------------------ (add/remove: 1/2 grow/shrink: 4/0 up/down: 123/-5) Total: 118 bytes --- util-linux/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'util-linux/Config.in') diff --git a/util-linux/Config.in b/util-linux/Config.in index 5a47318fe..3b0f778cb 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -393,6 +393,15 @@ config FEATURE_MOUNT_FAKE help Enable support for faking a file system mount. +config FEATURE_MOUNT_VERBOSE + bool "mount -v option" + default n + depends on MOUNT + help + Enable multi-level -v[vv...] verbose messages. Useful if you + debug mount problems and want to see what is exactly passed + to the kernel. + config FEATURE_MOUNT_HELPERS bool "Support mount helpers" default n -- cgit v1.2.3