summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree_staging.h
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-12-06 18:40:58 -0800
committerDarrick J. Wong <djwong@kernel.org>2023-12-06 18:45:18 -0800
commit4c8ecd1cfdd01fb727121035014d9f654a30bdf2 (patch)
tree20b74898b960956bc3ead928ce915524f100ed4f /fs/xfs/libxfs/xfs_btree_staging.h
parente3042be36c343207b7af249a09f50b4e37e9fda4 (diff)
downloadlinux-4c8ecd1cfdd01fb727121035014d9f654a30bdf2.tar.gz
linux-4c8ecd1cfdd01fb727121035014d9f654a30bdf2.tar.bz2
linux-4c8ecd1cfdd01fb727121035014d9f654a30bdf2.zip
xfs: remove unused fields from struct xbtree_ifakeroot
Remove these unused fields since nobody uses them. They should have been removed years ago in a different cleanup series from Christoph Hellwig. Fixes: daf83964a3681 ("xfs: move the per-fork nextents fields into struct xfs_ifork") Fixes: f7e67b20ecbbc ("xfs: move the fork format fields into struct xfs_ifork") Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_btree_staging.h')
-rw-r--r--fs/xfs/libxfs/xfs_btree_staging.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/libxfs/xfs_btree_staging.h b/fs/xfs/libxfs/xfs_btree_staging.h
index f0d2976050ae..5f638f711246 100644
--- a/fs/xfs/libxfs/xfs_btree_staging.h
+++ b/fs/xfs/libxfs/xfs_btree_staging.h
@@ -37,12 +37,6 @@ struct xbtree_ifakeroot {
/* Number of bytes available for this fork in the inode. */
unsigned int if_fork_size;
-
- /* Fork format. */
- unsigned int if_format;
-
- /* Number of records. */
- unsigned int if_extents;
};
/* Cursor interactions with fake roots for inode-rooted btrees. */