From: Donald Douwsma <donaldd@sgi.com>
To: xfs-oss <xfs@oss.sgi.com>
Subject: Review: fix mount flags as printed by xfsidbg
Date: Mon, 24 Sep 2007 19:20:25 +1000 [thread overview]
Message-ID: <46F78159.5080907@sgi.com> (raw)
The xfs mount flags have recently undergone some changes.
Update the xfsidbg xmount command to print them correctly.
Don
--- 2.6.x-xfs.orig/fs/xfs/xfsidbg.c
+++ 2.6.x-xfs/fs/xfs/xfsidbg.c
@@ -6403,25 +6403,25 @@ xfsidbg_xmount(xfs_mount_t *mp)
static char *xmount_flags[] = {
"WSYNC", /* 0x0001 */
"INO64", /* 0x0002 */
- "UNUSED_4", /* 0x0004 */
- "UNUSED_8", /* 0x0008 */
+ "DMAPI", /* 0x0004 */
+ "WAS_CLEAN", /* 0x0008 */
"FSSHUTDOWN", /* 0x0010 */
"NOATIME", /* 0x0020 */
"RETERR", /* 0x0040 */
"NOALIGN", /* 0x0080 */
"ATTR2", /* 0x0100 */
- "UNUSED_200", /* 0x0200 */
+ "GRPID", /* 0x0200 */
"NORECOVERY", /* 0x0400 */
"SHARED", /* 0x0800 */
"DFLT_IOSIZE", /* 0x1000 */
"OSYNCISOSYNC", /* 0x2000 */
"32BITINODES", /* 0x4000 */
- "32BITINOOPT", /* 0x8000 */
+ "SMALL_INUMS", /* 0x8000 */
"NOUUID", /* 0x10000 */
"BARRIER", /* 0x20000 */
"IDELETE", /* 0x40000 */
"SWALLOC", /* 0x80000 */
- "UNUSED_100000", /* 0x100000 */
+ "RDONLY", /* 0x100000 */
"DIRSYNC", /* 0x200000 */
"COMPAT_IOSIZE",/* 0x400000 */
NULL
next reply other threads:[~2007-09-24 9:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-24 9:20 Donald Douwsma [this message]
2007-09-24 16:14 ` Review: fix mount flags as printed by xfsidbg Chris Wedgwood
2007-09-24 18:03 ` Christoph Hellwig
2007-09-24 18:02 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46F78159.5080907@sgi.com \
--to=donaldd@sgi.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox