| To: | david@xxxxxxxxxxxxx, darrick.wong@xxxxxxxxxx |
|---|---|
| Subject: | [PATCH 09/12] xfs/122: support rmapxbt |
| From: | "Darrick J. Wong" <darrick.wong@xxxxxxxxxx> |
| Date: | Fri, 04 Mar 2016 16:38:16 -0800 |
| Cc: | linux-ext4@xxxxxxxxxxxxxxx, linux-btrfs@xxxxxxxxxxxxxxx, fstests@xxxxxxxxxxxxxxx, xfs@xxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <20160305003717.28738.98818.stgit@xxxxxxxxxxxxxxxx> |
| References: | <20160305003717.28738.98818.stgit@xxxxxxxxxxxxxxxx> |
| User-agent: | StGit/0.17.1-dirty |
Support the extended rmap btree key structure. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- tests/xfs/122.out | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/xfs/122.out b/tests/xfs/122.out index c590166..451871e 100644 --- a/tests/xfs/122.out +++ b/tests/xfs/122.out @@ -77,8 +77,9 @@ sizeof(struct xfs_fs_eofblocks) = 128 sizeof(struct xfs_icreate_log) = 28 sizeof(struct xfs_refcount_key) = 4 sizeof(struct xfs_refcount_rec) = 12 -sizeof(struct xfs_rmap_key) = 20 +sizeof(struct xfs_rmap_key) = 4 sizeof(struct xfs_rmap_rec) = 24 +sizeof(struct xfs_rmapx_key) = 20 sizeof(xfs_agf_t) = 224 sizeof(xfs_agfl_t) = 36 sizeof(xfs_agi_t) = 336 |
| Previous by Date: | [PATCH 08/12] xfs/122: define _GNU_SOURCE when compiling test program, Darrick J. Wong |
|---|---|
| Next by Date: | [PATCH 10/12] xfs: test per-ag allocation accounting during truncate-caused refcountbt expansion, Darrick J. Wong |
| Previous by Thread: | Re: [PATCH 08/12] xfs/122: define _GNU_SOURCE when compiling test program, Christoph Hellwig |
| Next by Thread: | Re: [PATCH 09/12] xfs/122: support rmapxbt, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |