aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vfsops.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_vfsops.h')
-rw-r--r--fs/xfs/xfs_vfsops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vfsops.h b/fs/xfs/xfs_vfsops.h
index ce3eb9454de4..38ed10397e07 100644
--- a/fs/xfs/xfs_vfsops.h
+++ b/fs/xfs/xfs_vfsops.h
@@ -19,8 +19,8 @@ int xfs_vget(struct xfs_mount *mp, bhv_vnode_t **vpp, struct xfs_fid *xfid);
19int xfs_parseargs(struct xfs_mount *mp, char *options, 19int xfs_parseargs(struct xfs_mount *mp, char *options,
20 struct xfs_mount_args *args, int update); 20 struct xfs_mount_args *args, int update);
21int xfs_showargs(struct xfs_mount *mp, struct seq_file *m); 21int xfs_showargs(struct xfs_mount *mp, struct seq_file *m);
22void xfs_freeze(struct xfs_mount *mp);
23void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname, 22void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
24 int lnnum); 23 int lnnum);
24void xfs_attr_quiesce(struct xfs_mount *mp);
25 25
26#endif /* _XFS_VFSOPS_H */ 26#endif /* _XFS_VFSOPS_H */