mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
9b04c997b1
The meaning of MS_VERBOSE is backwards; if the bit is set, it really means, "don't be verbose". This is confusing and counter-intuitive. In addition, there is also no way to set the MS_VERBOSE flag in the mount(8) program in util-linux, but interesting, it does define options which would do the right thing if MS_SILENT were defined, which unfortunately we do not: #ifdef MS_SILENT { "quiet", 0, 0, MS_SILENT }, /* be quiet */ { "loud", 0, 1, MS_SILENT }, /* print out messages. */ #endif So the obvious fix is to deprecate the use of MS_VERBOSE and replace it with MS_SILENT. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
---|---|---|
.. | ||
cache.h | ||
callback.c | ||
cell.c | ||
cell.h | ||
cmservice.c | ||
cmservice.h | ||
dir.c | ||
errors.h | ||
file.c | ||
fsclient.c | ||
fsclient.h | ||
inode.c | ||
internal.h | ||
kafsasyncd.c | ||
kafsasyncd.h | ||
kafstimod.c | ||
kafstimod.h | ||
main.c | ||
Makefile | ||
misc.c | ||
mntpt.c | ||
mount.h | ||
proc.c | ||
server.c | ||
server.h | ||
super.c | ||
super.h | ||
transport.h | ||
types.h | ||
vlclient.c | ||
vlclient.h | ||
vlocation.c | ||
vnode.c | ||
vnode.h | ||
volume.c | ||
volume.h |