diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 29c1b3ac920e..bab8314507e4 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -385,12 +385,12 @@ extern void xfs_set_low_space_thresholds(struct xfs_mount *); | |||
385 | 385 | ||
386 | #endif /* __KERNEL__ */ | 386 | #endif /* __KERNEL__ */ |
387 | 387 | ||
388 | extern void xfs_sb_read_verify(struct xfs_buf *); | ||
389 | extern void xfs_sb_write_verify(struct xfs_buf *bp); | ||
390 | extern void xfs_mod_sb(struct xfs_trans *, __int64_t); | 388 | extern void xfs_mod_sb(struct xfs_trans *, __int64_t); |
391 | extern int xfs_initialize_perag(struct xfs_mount *, xfs_agnumber_t, | 389 | extern int xfs_initialize_perag(struct xfs_mount *, xfs_agnumber_t, |
392 | xfs_agnumber_t *); | 390 | xfs_agnumber_t *); |
393 | extern void xfs_sb_from_disk(struct xfs_sb *, struct xfs_dsb *); | 391 | extern void xfs_sb_from_disk(struct xfs_sb *, struct xfs_dsb *); |
394 | extern void xfs_sb_to_disk(struct xfs_dsb *, struct xfs_sb *, __int64_t); | 392 | extern void xfs_sb_to_disk(struct xfs_dsb *, struct xfs_sb *, __int64_t); |
395 | 393 | ||
394 | extern const struct xfs_buf_ops xfs_sb_buf_ops; | ||
395 | |||
396 | #endif /* __XFS_MOUNT_H__ */ | 396 | #endif /* __XFS_MOUNT_H__ */ |