Move source tree closer to the 2.6.32.17 mainline
/fs/xfs/xfs_ag.h
blob:a5d54bf4931b583dfd3729d670cd0694e7b7c507 -> blob:381fba77b28d5bdd230fc12453cff08b82bbe0f0
--- fs/xfs/xfs_ag.h
+++ fs/xfs/xfs_ag.h
@@ -215,6 +215,7 @@ typedef struct xfs_perag
int pag_ici_init; /* incore inode cache initialised */
rwlock_t pag_ici_lock; /* incore inode lock */
struct radix_tree_root pag_ici_root; /* incore inode cache root */
+ int pag_ici_reclaimable; /* reclaimable inodes */
#endif
} xfs_perag_t;