diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index bc907061d392..b004cecdfb04 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -207,7 +207,6 @@ typedef struct xfs_mount { | |||
207 | trimming */ | 207 | trimming */ |
208 | __int64_t m_update_flags; /* sb flags we need to update | 208 | __int64_t m_update_flags; /* sb flags we need to update |
209 | on the next remount,rw */ | 209 | on the next remount,rw */ |
210 | struct shrinker m_inode_shrink; /* inode reclaim shrinker */ | ||
211 | int64_t m_low_space[XFS_LOWSP_MAX]; | 210 | int64_t m_low_space[XFS_LOWSP_MAX]; |
212 | /* low free space thresholds */ | 211 | /* low free space thresholds */ |
213 | 212 | ||
@@ -392,6 +391,7 @@ extern void xfs_set_low_space_thresholds(struct xfs_mount *); | |||
392 | 391 | ||
393 | #endif /* __KERNEL__ */ | 392 | #endif /* __KERNEL__ */ |
394 | 393 | ||
394 | extern void xfs_sb_calc_crc(struct xfs_buf *); | ||
395 | extern void xfs_mod_sb(struct xfs_trans *, __int64_t); | 395 | extern void xfs_mod_sb(struct xfs_trans *, __int64_t); |
396 | extern int xfs_initialize_perag(struct xfs_mount *, xfs_agnumber_t, | 396 | extern int xfs_initialize_perag(struct xfs_mount *, xfs_agnumber_t, |
397 | xfs_agnumber_t *); | 397 | xfs_agnumber_t *); |