xfs: connect up buffer reclaim priority hooks
Now that the buffer reclaim infrastructure can handle different reclaim priorities for different types of buffers, reconnect the hooks in the XFS code that has been sitting dormant since it was ported to Linux. This should finally give use reclaim prioritisation that is on a par with the functionality that Irix provided XFS 15 years ago. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
committed by
Dave Chinner
parent
430cbeb86f
commit
821eb21d97
@ -294,8 +294,8 @@ struct xfs_log_item_desc {
|
||||
#define XFS_ALLOC_BTREE_REF 2
|
||||
#define XFS_BMAP_BTREE_REF 2
|
||||
#define XFS_DIR_BTREE_REF 2
|
||||
#define XFS_INO_REF 2
|
||||
#define XFS_ATTR_BTREE_REF 1
|
||||
#define XFS_INO_REF 1
|
||||
#define XFS_DQUOT_REF 1
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
Reference in New Issue
Block a user