diff options
author | Christoph Hellwig <hch@infradead.org> | 2008-11-28 04:23:37 +0100 |
---|---|---|
committer | Niv Sardi <xaiki@sgi.com> | 2008-12-01 01:37:06 +0100 |
commit | 207fcfad58482c7c9f92939a1f6df9f7e8873a34 (patch) | |
tree | d3864de8126e42d362d07603655ab80f7b333dbb /fs/xfs/xfs_vfsops.c | |
parent | [XFS] remove xfs_vfs.h (diff) | |
download | linux-207fcfad58482c7c9f92939a1f6df9f7e8873a34.tar.xz linux-207fcfad58482c7c9f92939a1f6df9f7e8873a34.zip |
[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.c')
-rw-r--r-- | fs/xfs/xfs_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c index 305d9f3948e0..cad3da36fb22 100644 --- a/fs/xfs/xfs_vfsops.c +++ b/fs/xfs/xfs_vfsops.c @@ -53,7 +53,6 @@ #include "xfs_filestream.h" #include "xfs_fsops.h" #include "xfs_vnodeops.h" -#include "xfs_vfsops.h" #include "xfs_utils.h" #include "xfs_sync.h" |