diff options
author | Christoph Hellwig <hch@lst.de> | 2011-07-08 08:36:10 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2011-07-08 08:36:10 -0400 |
commit | bbb4197c73be356a052dac25cce5ed0c157c6c90 (patch) | |
tree | 7ef44557ef199da0a3e3072642da8acf930a8e4e /fs | |
parent | 69ef921b55cc3788d1d2a27b33b27d04acd0090a (diff) |
xfs: remove the unused xfs_bufhash structure
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.h b/fs/xfs/linux-2.6/xfs_buf.h index 50a7d5fb3b73..6847dc4dceeb 100644 --- a/fs/xfs/linux-2.6/xfs_buf.h +++ b/fs/xfs/linux-2.6/xfs_buf.h | |||
@@ -91,11 +91,6 @@ typedef enum { | |||
91 | XBT_FORCE_FLUSH = 1, | 91 | XBT_FORCE_FLUSH = 1, |
92 | } xfs_buftarg_flags_t; | 92 | } xfs_buftarg_flags_t; |
93 | 93 | ||
94 | typedef struct xfs_bufhash { | ||
95 | struct list_head bh_list; | ||
96 | spinlock_t bh_lock; | ||
97 | } xfs_bufhash_t; | ||
98 | |||
99 | typedef struct xfs_buftarg { | 94 | typedef struct xfs_buftarg { |
100 | dev_t bt_dev; | 95 | dev_t bt_dev; |
101 | struct block_device *bt_bdev; | 96 | struct block_device *bt_bdev; |