]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: refactor recovered BUI log item playback
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 1 May 2020 23:00:52 +0000 (16:00 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 8 May 2020 15:50:00 +0000 (08:50 -0700)
commit84df1dcd357166c96023bee1996b1419ee083ab6
tree40a85336e45d00b20086524d847a337983a0c801
parent968f1dfefcfd99710b2b4251af5dd68c87bef1e8
xfs: refactor recovered BUI 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_bmap_item.c
fs/xfs/xfs_bmap_item.h
fs/xfs/xfs_log_recover.c