diff options
author | Christoph Hellwig <hch@lst.de> | 2008-11-27 22:23:36 -0500 |
---|---|---|
committer | Niv Sardi <xaiki@sgi.com> | 2008-11-30 19:36:46 -0500 |
commit | 00dd4029e9afa642c2b26dc3aac834322ac29b4a (patch) | |
tree | 175fdc9fa1569d66d42e75bec46fb8001e140346 /fs/xfs/linux-2.6 | |
parent | f35642e2f89f2b0379e929bd9027342365abc839 (diff) |
[XFS] remove bhv_statvfs_t typedef
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')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vfs.h b/fs/xfs/linux-2.6/xfs_vfs.h index 0ab60bc2e761..8de5c4c95cb6 100644 --- a/fs/xfs/linux-2.6/xfs_vfs.h +++ b/fs/xfs/linux-2.6/xfs_vfs.h | |||
@@ -31,8 +31,6 @@ struct xfs_inode; | |||
31 | struct xfs_mount; | 31 | struct xfs_mount; |
32 | struct xfs_mount_args; | 32 | struct xfs_mount_args; |
33 | 33 | ||
34 | typedef struct kstatfs bhv_statvfs_t; | ||
35 | |||
36 | #define SHUTDOWN_META_IO_ERROR 0x0001 /* write attempt to metadata failed */ | 34 | #define SHUTDOWN_META_IO_ERROR 0x0001 /* write attempt to metadata failed */ |
37 | #define SHUTDOWN_LOG_IO_ERROR 0x0002 /* write attempt to the log failed */ | 35 | #define SHUTDOWN_LOG_IO_ERROR 0x0002 /* write attempt to the log failed */ |
38 | #define SHUTDOWN_FORCE_UMOUNT 0x0004 /* shutdown from a forced unmount */ | 36 | #define SHUTDOWN_FORCE_UMOUNT 0x0004 /* shutdown from a forced unmount */ |