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 416c89fbe8b5..9c33af88514e 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -616,8 +616,8 @@ extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int); | |||
616 | extern int xfs_readsb(xfs_mount_t *, int); | 616 | extern int xfs_readsb(xfs_mount_t *, int); |
617 | extern void xfs_freesb(xfs_mount_t *); | 617 | extern void xfs_freesb(xfs_mount_t *); |
618 | extern void xfs_do_force_shutdown(bhv_desc_t *, int, char *, int); | 618 | extern void xfs_do_force_shutdown(bhv_desc_t *, int, char *, int); |
619 | extern int xfs_syncsub(xfs_mount_t *, int, int, int *); | 619 | extern int xfs_syncsub(xfs_mount_t *, int, int *); |
620 | extern int xfs_sync_inodes(xfs_mount_t *, int, int, int *); | 620 | extern int xfs_sync_inodes(xfs_mount_t *, int, int *); |
621 | extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *, | 621 | extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *, |
622 | xfs_agnumber_t); | 622 | xfs_agnumber_t); |
623 | extern void xfs_xlatesb(void *, struct xfs_sb *, int, __int64_t); | 623 | extern void xfs_xlatesb(void *, struct xfs_sb *, int, __int64_t); |