diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.h b/fs/xfs/linux-2.6/xfs_buf.h index d533d64e2c3..9d021c73ea5 100644 --- a/fs/xfs/linux-2.6/xfs_buf.h +++ b/fs/xfs/linux-2.6/xfs_buf.h | |||
@@ -128,7 +128,6 @@ typedef struct xfs_buftarg { | |||
128 | size_t bt_smask; | 128 | size_t bt_smask; |
129 | 129 | ||
130 | /* per device buffer hash table */ | 130 | /* per device buffer hash table */ |
131 | uint bt_hashmask; | ||
132 | uint bt_hashshift; | 131 | uint bt_hashshift; |
133 | xfs_bufhash_t *bt_hash; | 132 | xfs_bufhash_t *bt_hash; |
134 | 133 | ||