diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 1a5d1d360d80..9ceff40326d0 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -630,7 +630,8 @@ extern int xfs_syncsub(xfs_mount_t *, int, int *); | |||
630 | extern int xfs_sync_inodes(xfs_mount_t *, int, int *); | 630 | extern int xfs_sync_inodes(xfs_mount_t *, int, int *); |
631 | extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *, | 631 | extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *, |
632 | xfs_agnumber_t); | 632 | xfs_agnumber_t); |
633 | extern void xfs_xlatesb(void *, struct xfs_sb *, int, __int64_t); | 633 | extern void xfs_sb_from_disk(struct xfs_sb *, struct xfs_dsb *); |
634 | extern void xfs_sb_to_disk(struct xfs_dsb *, struct xfs_sb *, __int64_t); | ||
634 | extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); | 635 | extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); |
635 | 636 | ||
636 | extern struct xfs_dmops xfs_dmcore_stub; | 637 | extern struct xfs_dmops xfs_dmcore_stub; |