diff options
Diffstat (limited to 'fs/xfs/xfs_ag.h')
-rw-r--r-- | fs/xfs/xfs_ag.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ag.h b/fs/xfs/xfs_ag.h index baeec83d01f9..63c7a1a6c022 100644 --- a/fs/xfs/xfs_ag.h +++ b/fs/xfs/xfs_ag.h | |||
@@ -233,6 +233,10 @@ typedef struct xfs_perag { | |||
233 | struct mutex pag_ici_reclaim_lock; /* serialisation point */ | 233 | struct mutex pag_ici_reclaim_lock; /* serialisation point */ |
234 | unsigned long pag_ici_reclaim_cursor; /* reclaim restart point */ | 234 | unsigned long pag_ici_reclaim_cursor; /* reclaim restart point */ |
235 | 235 | ||
236 | /* buffer cache index */ | ||
237 | spinlock_t pag_buf_lock; /* lock for pag_buf_tree */ | ||
238 | struct rb_root pag_buf_tree; /* ordered tree of active buffers */ | ||
239 | |||
236 | /* for rcu-safe freeing */ | 240 | /* for rcu-safe freeing */ |
237 | struct rcu_head rcu_head; | 241 | struct rcu_head rcu_head; |
238 | #endif | 242 | #endif |