aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/linux-2.6/xfs_buf.h5
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
94typedef struct xfs_bufhash {
95 struct list_head bh_list;
96 spinlock_t bh_lock;
97} xfs_bufhash_t;
98
99typedef struct xfs_buftarg { 94typedef 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;