[XFS] kill struct xfs_mount_args
[deliverable/linux.git] / fs / xfs / xfs_mount.h
index d3b75257602a7b24f8447720ae40634579ca7cba..e3f618c84e4742cdb423b628cae1eb12efc0ea61 100644 (file)
@@ -515,9 +515,9 @@ extern void xfs_freesb(xfs_mount_t *);
 extern int     xfs_fs_writable(xfs_mount_t *);
 extern int     xfs_sb_validate_fsb_count(struct xfs_sb *, __uint64_t);
 
-extern int     xfs_dmops_get(struct xfs_mount *, struct xfs_mount_args *);
+extern int     xfs_dmops_get(struct xfs_mount *);
 extern void    xfs_dmops_put(struct xfs_mount *);
-extern int     xfs_qmops_get(struct xfs_mount *, struct xfs_mount_args *);
+extern int     xfs_qmops_get(struct xfs_mount *);
 extern void    xfs_qmops_put(struct xfs_mount *);
 
 extern struct xfs_dmops xfs_dmcore_xfs;
This page took 0.035141 seconds and 5 git commands to generate.