]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: rename inode_list xlog_recover_reorder_trans
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Apr 2020 18:14:59 +0000 (11:14 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 4 May 2020 16:03:15 +0000 (09:03 -0700)
commit9f23a06b787c3d958fd69b4d563b1628d11f998a
tree8a2c05c1c149e523a8e02a458ce7776b74107372
parent684f585d71a158fff7f18cb00f5d3f0e694f6e02
xfs: rename inode_list xlog_recover_reorder_trans

This list contains pretty much everything that is not a buffer.  The
comment calls it item_list, which is a much better name than inode
list, so switch the actual variable name to that as well.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_log_recover.c