OSDN Git Service

xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 1 May 2020 23:00:56 +0000 (16:00 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 8 May 2020 15:50:01 +0000 (08:50 -0700)
commit17d29bf271ea48b253c93969a590a11a51c19c1f
treeaf9d88d3750065f3429379b4f555ad744fce26dc
parentcc560a5a9540be2d907c0c170e29ebde98d13d63
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c

Move the helpers that handle incore buffer cancellation records to
xfs_buf_item_recover.c since they're not directly related to the main
log recovery machinery.  No functional changes.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_log_recover.h
fs/xfs/xfs_buf_item_recover.c
fs/xfs/xfs_log_recover.c