Theodore Ts'o
9b04c997b1
[PATCH] vfs: MS_VERBOSE should be MS_SILENT
...
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 >
2006-03-24 07:33:15 -08:00
..
2006-01-08 20:14:02 -08:00
2006-03-21 08:52:18 -08:00
2006-03-22 13:56:56 -08:00
2006-03-23 07:38:03 -08:00
2005-11-29 16:16:41 -08:00
2005-08-30 22:44:20 -05:00
2005-04-16 15:20:36 -07:00
2005-10-30 17:37:21 -08:00
2006-03-23 20:00:26 +01:00
2006-03-23 20:00:26 +01:00
2006-01-08 20:13:47 -08:00
2006-03-23 07:38:10 -08:00
2005-04-16 15:20:36 -07:00
2006-03-23 07:38:09 -08:00
2006-03-23 20:00:26 +01:00
2005-11-07 07:53:52 -08:00
2006-03-20 13:42:59 -08:00
2005-10-08 15:00:57 -07:00
2005-05-19 22:43:37 -07:00
2006-01-03 15:25:45 -08:00
2006-03-23 07:38:17 -08:00
2006-03-23 07:38:14 -08:00
2006-03-23 07:38:09 -08:00
2006-03-23 07:38:09 -08:00
2006-03-24 07:33:15 -08:00
2005-06-21 18:46:18 -07:00
2006-03-23 07:38:14 -08:00
2006-03-23 07:38:17 -08:00
2006-03-06 18:40:44 -08:00
2006-03-23 14:21:50 -08:00
2006-03-23 14:21:54 -08:00
2006-03-23 14:21:51 -08:00
2006-03-23 07:38:09 -08:00
2006-01-04 16:18:09 -08:00
2006-03-23 07:38:12 -08:00
2006-03-23 07:38:16 -08:00
2005-04-16 15:20:36 -07:00
2006-03-23 07:38:12 -08:00
2006-03-23 07:38:12 -08:00
2006-03-06 18:40:44 -08:00
2006-01-08 20:12:39 -08:00
2005-04-16 15:20:36 -07:00
2006-03-20 13:42:58 -08:00
2005-04-16 15:20:36 -07:00
2006-01-06 21:17:50 +01:00
2005-04-16 15:20:36 -07:00
2006-03-23 07:38:15 -08:00
2006-03-23 07:38:13 -08:00
2006-03-23 07:38:14 -08:00
2006-03-23 07:38:14 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-05 16:36:31 -07:00
2006-03-23 15:51:32 -08:00
2006-03-23 14:35:16 -08:00
2006-03-23 07:38:07 -08:00
2005-04-16 15:20:36 -07:00
2006-03-23 07:38:16 -08:00
2006-03-23 07:38:11 -08:00
2006-01-12 11:35:15 -06:00
2006-03-23 07:38:17 -08:00
2006-03-23 19:56:55 +01:00
2005-04-16 15:20:36 -07:00
2006-03-23 20:00:26 +01:00
2006-03-23 07:38:12 -08:00
2005-04-16 15:20:36 -07:00
2006-03-20 22:41:23 -08:00
2005-10-08 15:00:57 -07:00
2005-04-16 15:20:36 -07:00
2006-03-23 07:38:07 -08:00
2005-04-16 15:20:36 -07:00
2006-03-24 07:33:15 -08:00
2005-04-16 15:20:36 -07:00
2006-01-10 08:01:38 -08:00
2006-03-23 07:38:16 -08:00
2006-03-23 07:38:11 -08:00
2006-03-23 07:38:14 -08:00
2006-01-09 15:32:31 -02:00
2005-10-29 21:40:35 -07:00
2006-03-23 07:38:08 -08:00
2006-03-23 07:12:57 -05:00
2006-01-08 20:13:47 -08:00