diff options
author | Christoph Hellwig <hch@infradead.org> | 2007-10-11 04:11:14 -0400 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-02-07 02:09:56 -0500 |
commit | 9909c4aa1a3e5b1f23cbc1bc2f0db025a7f75f85 (patch) | |
tree | 27a9a4a620a9af8163cfa1833d59c51008102e0d /fs/xfs/xfs_vfsops.h | |
parent | 10090be25c159c02208b7abf89ae90f8105a2423 (diff) |
[XFS] kill xfs_freeze.
No need to have a wrapper just two call two more functions.
SGI-PV: 971186
SGI-Modid: xfs-linux-melb:xfs-kern:29816a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Donald Douwsma <donaldd@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_vfsops.h')
-rw-r--r-- | fs/xfs/xfs_vfsops.h | 2 |
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); | |||
19 | int xfs_parseargs(struct xfs_mount *mp, char *options, | 19 | int xfs_parseargs(struct xfs_mount *mp, char *options, |
20 | struct xfs_mount_args *args, int update); | 20 | struct xfs_mount_args *args, int update); |
21 | int xfs_showargs(struct xfs_mount *mp, struct seq_file *m); | 21 | int xfs_showargs(struct xfs_mount *mp, struct seq_file *m); |
22 | void xfs_freeze(struct xfs_mount *mp); | ||
23 | void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname, | 22 | void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname, |
24 | int lnnum); | 23 | int lnnum); |
24 | void xfs_attr_quiesce(struct xfs_mount *mp); | ||
25 | 25 | ||
26 | #endif /* _XFS_VFSOPS_H */ | 26 | #endif /* _XFS_VFSOPS_H */ |