#ifndef MS_REC
#define MS_REC 0x4000 /* 16384: Recursive loopback */
#endif
-#ifndef MS_VERBOSE
-#define MS_VERBOSE 0x8000 /* 32768 */
+#ifndef MS_SILENT
+#define MS_SILENT 0x8000 /* 32768 */
#endif
#ifndef MS_RELATIME
#define MS_RELATIME 0x200000 /* 200000: Update access times relative
{ "nosub", MS_NOSUB }, /* don't allow submounts */
#endif
#ifdef MS_SILENT
- { "quiet", MS_SILENT }, /* be quiet */
+ { "silent", MS_SILENT }, /* be quiet */
{ "loud", MS_SILENT, MNT_INVERT }, /* print out messages. */
#endif
#ifdef MS_MANDLOCK