]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor recovered EFI log item playback
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 1 May 2020 23:00:50 +0000 (16:00 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 8 May 2020 15:50:00 +0000 (08:50 -0700)
commit6f78cddada891a538476fd2498d58e6fd8b39e7e
tree3aaf650a7d09c8c5c178f9305dc418c065bccfa1
parentf0776221c28806a48b90af93ce6f0ae50e71cea2
xfs: refactor recovered EFI log item playback

Move the code that processes the log items created from the recovered
log items into the per-item source code files and use dispatch functions
to call them.  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/xfs_extfree_item.c
fs/xfs/xfs_extfree_item.h
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_trans.h