| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 2/14] xfsprogs: XFS_AGF_NUM_BITS should be 13 |
| From: | Ben Myers <bpm@xxxxxxx> |
| Date: | Thu, 8 Aug 2013 16:08:50 -0500 |
| Cc: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <20130808210600.GN3111@xxxxxxx> |
| References: | <1370564771-4929-1-git-send-email-david@xxxxxxxxxxxxx> <20130806214154.GM3111@xxxxxxx> <20130808210600.GN3111@xxxxxxx> |
| User-agent: | Mutt/1.5.20 (2009-06-14) |
commit 4e0e6040c4052aff15a494ac05778f4086d24c33 changed XFS_AGF_NUM_BITS
to be 13, however when this commit was applied to userspace the change
was not pulled over.
Signed-off-by: Ben Myers <bpm@xxxxxxx>
---
include/xfs_ag.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/include/xfs_ag.h
===================================================================
--- a/include/xfs_ag.h 2013-08-06 10:41:02.850817460 -0500
+++ b/include/xfs_ag.h 2013-08-06 10:41:07.360857099 -0500
@@ -102,7 +102,7 @@ typedef struct xfs_agf {
#define XFS_AGF_LONGEST 0x00000400
#define XFS_AGF_BTREEBLKS 0x00000800
#define XFS_AGF_UUID 0x00001000
-#define XFS_AGF_NUM_BITS 12
+#define XFS_AGF_NUM_BITS 13
#define XFS_AGF_ALL_BITS ((1 << XFS_AGF_NUM_BITS) - 1)
#define XFS_AGF_FLAGS \
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/14] libxfs: don't verify bmbt reads twice, Ben Myers |
|---|---|
| Next by Date: | [PATCH 3/14] xfsprogs: pull in the rest of 93848a999cf, Ben Myers |
| Previous by Thread: | Re: [PATCH 1/14] libxfs: don't verify bmbt reads twice, Ben Myers |
| Next by Thread: | [PATCH 3/14] xfsprogs: pull in the rest of 93848a999cf, Ben Myers |
| Indexes: | [Date] [Thread] [Top] [All Lists] |