]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: use MS_SILENT for /{proc,etc}/filesystems
authorKarel Zak <kzak@redhat.com>
Thu, 9 May 2013 07:22:50 +0000 (09:22 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 27 May 2013 13:42:43 +0000 (15:42 +0200)
commit715f1dae55635716b71daddf23fca8081aa08254
tree4f3756b4dbd011196e3347e0afe4c1a246dd293d
parentbb96b6b452e05eae9ebb519b78f7d007d00052a1
libmount: use MS_SILENT for /{proc,etc}/filesystems

mount(8) needs to be doing silent mounts when doing this brute
forcing or when the filesystem is not explicitly specified.

Reported-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context_mount.c
sys-utils/mount.8