| To: | xfs-oss <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] xfsidbg: decode XFS_IFEXTIREC i_flag |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Tue, 09 Sep 2008 22:08:03 -0500 |
| Sender: | xfs-bounce@xxxxxxxxxxx |
| User-agent: | Thunderbird 2.0.0.16 (Macintosh/20080707) |
Tiny update to include new(ish) inode flag.
Adjust descriptive string as needed :)
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
---
Index: linux-2.6-xfs/fs/xfs/xfsidbg.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/xfsidbg.c
+++ linux-2.6-xfs/fs/xfs/xfsidbg.c
@@ -3859,6 +3859,7 @@ xfs_xnode_fork(char *name, xfs_ifork_t *
"inline", /* XFS_IFINLINE */
"extents", /* XFS_IFEXTENTS */
"broot", /* XFS_IFBROOT */
+ "extirec", /* XFS_IFEXTIREC */
NULL
};
int *p;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] log reasons for mount-time sunit/swidth rejection, Eric Sandeen |
|---|---|
| Next by Date: | xfs bug/crash on, eerov |
| Previous by Thread: | [PATCH] log reasons for mount-time sunit/swidth rejection, Eric Sandeen |
| Next by Thread: | xfs bug/crash on, eerov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |