pagi_unlinked_hash is unused since no backref infrastructure now. (it's better to fold it into original patchset.) Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxx> --- fs/xfs/xfs_mount.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index c35a6c463529..98109801a995 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -372,13 +372,6 @@ typedef struct xfs_perag { /* reference count */ uint8_t pagf_refcount_level; - - /* - * Unlinked inode information. This incore information reflects - * data stored in the AGI, so callers must hold the AGI buffer lock - * or have some other means to control concurrency. - */ - struct rhashtable pagi_unlinked_hash; } xfs_perag_t; static inline struct xfs_ag_resv * -- 2.18.1