diff options
author | Christoph Hellwig <hch@infradead.org> | 2008-11-27 22:23:37 -0500 |
---|---|---|
committer | Niv Sardi <xaiki@sgi.com> | 2008-11-30 19:37:06 -0500 |
commit | 207fcfad58482c7c9f92939a1f6df9f7e8873a34 (patch) | |
tree | d3864de8126e42d362d07603655ab80f7b333dbb /fs/xfs/linux-2.6/xfs_export.c | |
parent | 2b5decd09e9f98c4e361f97f3e32d80164774f75 (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/linux-2.6/xfs_export.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_export.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_export.c b/fs/xfs/linux-2.6/xfs_export.c index 7f7abec25e14..595751f78350 100644 --- a/fs/xfs/linux-2.6/xfs_export.c +++ b/fs/xfs/linux-2.6/xfs_export.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include "xfs_vnodeops.h" | 29 | #include "xfs_vnodeops.h" |
30 | #include "xfs_bmap_btree.h" | 30 | #include "xfs_bmap_btree.h" |
31 | #include "xfs_inode.h" | 31 | #include "xfs_inode.h" |
32 | #include "xfs_vfsops.h" | ||
33 | 32 | ||
34 | /* | 33 | /* |
35 | * Note that we only accept fileids which are long enough rather than allow | 34 | * Note that we only accept fileids which are long enough rather than allow |