From 0f7eb34de96278d606197dcf4510dd4c5f178153 Mon Sep 17 00:00:00 2001 From: vda Date: Mon, 27 Nov 2006 19:50:16 +0000 Subject: Closing bug 1040: The "quiet" option is quietly (hah) ignored. It should be passed through to the mount() syscall in the comma separated list of options. I found the problem with the vfat/msdos filesystems, which uses a quiet option to override some complaints and errors. git-svn-id: svn://busybox.net/trunk/busybox@16694 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- util-linux/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-linux/mount.c b/util-linux/mount.c index 027adc568..f8ae1df19 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -61,7 +61,7 @@ struct { USE_FEATURE_MOUNT_FSTAB( {"defaults", 0}, - {"quiet", 0}, + /* {"quiet", 0}, - do not filter out, vfat wants to see it */ {"noauto", MOUNT_NOAUTO}, {"swap", MOUNT_SWAP}, USE_DESKTOP({"user", MOUNT_USERS},) -- cgit v1.2.3-55-g6feb