]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit76636d03591f1bc56e55da793f46cf37ce7515f6
treeaf9d88d3750065f3429379b4f555ad744fce26dc
parentb3c8a5924b34953b694b5e409d753a006b77bb92
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