diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 4aff0c125ad3..5acde7fd9c0a 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -518,8 +518,7 @@ extern void xfs_mount_free(xfs_mount_t *mp); | |||
518 | extern int xfs_mountfs(xfs_mount_t *mp, int); | 518 | extern int xfs_mountfs(xfs_mount_t *mp, int); |
519 | extern void xfs_mountfs_check_barriers(xfs_mount_t *mp); | 519 | extern void xfs_mountfs_check_barriers(xfs_mount_t *mp); |
520 | 520 | ||
521 | extern int xfs_unmountfs(xfs_mount_t *, struct cred *); | 521 | extern int xfs_unmountfs(xfs_mount_t *); |
522 | extern void xfs_unmountfs_close(xfs_mount_t *, struct cred *); | ||
523 | extern int xfs_unmountfs_writesb(xfs_mount_t *); | 522 | extern int xfs_unmountfs_writesb(xfs_mount_t *); |
524 | extern int xfs_unmount_flush(xfs_mount_t *, int); | 523 | extern int xfs_unmount_flush(xfs_mount_t *, int); |
525 | extern int xfs_mod_incore_sb(xfs_mount_t *, xfs_sb_field_t, int64_t, int); | 524 | extern int xfs_mod_incore_sb(xfs_mount_t *, xfs_sb_field_t, int64_t, int); |