aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h4
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);
616extern int xfs_readsb(xfs_mount_t *, int); 616extern int xfs_readsb(xfs_mount_t *, int);
617extern void xfs_freesb(xfs_mount_t *); 617extern void xfs_freesb(xfs_mount_t *);
618extern void xfs_do_force_shutdown(bhv_desc_t *, int, char *, int); 618extern void xfs_do_force_shutdown(bhv_desc_t *, int, char *, int);
619extern int xfs_syncsub(xfs_mount_t *, int, int, int *); 619extern int xfs_syncsub(xfs_mount_t *, int, int *);
620extern int xfs_sync_inodes(xfs_mount_t *, int, int, int *); 620extern int xfs_sync_inodes(xfs_mount_t *, int, int *);
621extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *, 621extern xfs_agnumber_t xfs_initialize_perag(struct bhv_vfs *, xfs_mount_t *,
622 xfs_agnumber_t); 622 xfs_agnumber_t);
623extern void xfs_xlatesb(void *, struct xfs_sb *, int, __int64_t); 623extern void xfs_xlatesb(void *, struct xfs_sb *, int, __int64_t);