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 d3b75257602a..e3f618c84e47 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -515,9 +515,9 @@ extern void xfs_freesb(xfs_mount_t *); | |||
515 | extern int xfs_fs_writable(xfs_mount_t *); | 515 | extern int xfs_fs_writable(xfs_mount_t *); |
516 | extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); | 516 | extern int xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t); |
517 | 517 | ||
518 | extern int xfs_dmops_get(struct xfs_mount *, struct xfs_mount_args *); | 518 | extern int xfs_dmops_get(struct xfs_mount *); |
519 | extern void xfs_dmops_put(struct xfs_mount *); | 519 | extern void xfs_dmops_put(struct xfs_mount *); |
520 | extern int xfs_qmops_get(struct xfs_mount *, struct xfs_mount_args *); | 520 | extern int xfs_qmops_get(struct xfs_mount *); |
521 | extern void xfs_qmops_put(struct xfs_mount *); | 521 | extern void xfs_qmops_put(struct xfs_mount *); |
522 | 522 | ||
523 | extern struct xfs_dmops xfs_dmcore_xfs; | 523 | extern struct xfs_dmops xfs_dmcore_xfs; |