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)
commit5ce70b770d163b0c7697dd23420cbaee070b1cd0
tree8a2c05c1c149e523a8e02a458ce7776b74107372
parente968350aadf34c86eedd9cb43f6324263845586b
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