diff options
author | Jeff Liu <jeff.liu@oracle.com> | 2013-05-02 07:23:20 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-06-17 18:54:21 -0400 |
commit | 1ebdf3611c8968e7202c47c2dcb2d36986c44cb0 (patch) | |
tree | df8b4a601475f2bb765053a50e9faeb6d9a36319 /fs/xfs | |
parent | 34d7f603b93be0ac38c2464219f5a2795d76c8ee (diff) |
xfs: Remove struct xfs_chash from xfs_mount
Remove struct xfs_chash from struct xfs_mount as there is no user of
it nowadays.
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: 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')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index b004cecdfb04..de7abf677abe 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -192,8 +192,6 @@ typedef struct xfs_mount { | |||
192 | xfs_dablk_t m_dirleafblk; /* blockno of dir non-data v2 */ | 192 | xfs_dablk_t m_dirleafblk; /* blockno of dir non-data v2 */ |
193 | xfs_dablk_t m_dirfreeblk; /* blockno of dirfreeindex v2 */ | 193 | xfs_dablk_t m_dirfreeblk; /* blockno of dirfreeindex v2 */ |
194 | uint m_chsize; /* size of next field */ | 194 | uint m_chsize; /* size of next field */ |
195 | struct xfs_chash *m_chash; /* fs private inode per-cluster | ||
196 | * hash table */ | ||
197 | atomic_t m_active_trans; /* number trans frozen */ | 195 | atomic_t m_active_trans; /* number trans frozen */ |
198 | #ifdef HAVE_PERCPU_SB | 196 | #ifdef HAVE_PERCPU_SB |
199 | xfs_icsb_cnts_t __percpu *m_sb_cnts; /* per-cpu superblock counters */ | 197 | xfs_icsb_cnts_t __percpu *m_sb_cnts; /* per-cpu superblock counters */ |