aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vfsops.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2008-11-27 22:23:37 -0500
committerNiv Sardi <xaiki@sgi.com>2008-11-30 19:37:06 -0500
commit207fcfad58482c7c9f92939a1f6df9f7e8873a34 (patch)
treed3864de8126e42d362d07603655ab80f7b333dbb /fs/xfs/xfs_vfsops.h
parent2b5decd09e9f98c4e361f97f3e32d80164774f75 (diff)
[XFS] remove xfs_vfsops.h
The only thing left is xfs_do_force_shutdown which already has a defintion in xfs_mount.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Niv Sardi <xaiki@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_vfsops.h')
-rw-r--r--fs/xfs/xfs_vfsops.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/xfs/xfs_vfsops.h b/fs/xfs/xfs_vfsops.h
deleted file mode 100644
index 6b8e0b52b95e..000000000000
--- a/fs/xfs/xfs_vfsops.h
+++ /dev/null
@@ -1,14 +0,0 @@
1#ifndef _XFS_VFSOPS_H
2#define _XFS_VFSOPS_H 1
3
4struct cred;
5struct xfs_fid;
6struct inode;
7struct kstatfs;
8struct xfs_mount;
9struct xfs_mount_args;
10
11void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
12 int lnnum);
13
14#endif /* _XFS_VFSOPS_H */