diff options
author | Jeff Liu <jeff.liu@oracle.com> | 2013-03-11 14:31:02 +0800 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-03-14 15:55:32 -0500 |
commit | d8ddfe81c7e4fe41b8ec342cc288d58aecdf7c47 (patch) | |
tree | 44d75cff24b4e385e08b695acc72649dd19a610e /fs/xfs/xfs_mount.h | |
parent | 9e5987a7792194ec338f53643237150c0db5f5e0 (diff) |
xfs: Remove obsoleted m_inode_shrink from xfs_mount structure
Looks the old m_inode_shrink is obsoleted as we perform inodes reclaim per AG via
m_reclaim_workqueue, this patch remove it from the xfs_mount structure if so.
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Cc: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index bc907061d39..687c1711b6e 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -207,7 +207,6 @@ typedef struct xfs_mount { trimming */ __int64_t m_update_flags; /* sb flags we need to update on the next remount,rw */ - struct shrinker m_inode_shrink; /* inode reclaim shrinker */ int64_t m_low_space[XFS_LOWSP_MAX]; /* low free space thresholds */ |