xfs: make use of the l_targ field in struct xlog
authorChristoph Hellwig <hch@lst.de>
Sat, 29 Jun 2019 02:27:24 +0000 (19:27 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 29 Jun 2019 02:27:24 +0000 (19:27 -0700)
commit2d15d2c0e0f7ecd60bb9fa3b807b7f04314ffe82
tree23b007fd895d05d9c9612059f56f1dbb31d8dabe
parentabca1f33f869d84ebfb41c4040cfc91a9af11baf
xfs: make use of the l_targ field in struct xlog

Use the slightly shorter way to get at the buftarg for the log device
wherever we can in the log and log recovery code.

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