commit | de9d2a78add1a4c9508be96bad7e29d899e0ff0f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 22 09:51:53 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 25 16:47:49 2021 -0700 |
tree | fb81d7b9b3268b1a1c47ffe6957c01a4855e78f1 | |
parent | 9de4b514494a3b49fa708186c0dc4611f1fe549c [diff] |
xfs: set the scrub AG number in xchk_ag_read_headers Since xchk_ag_read_headers initializes fields in struct xchk_ag, we might as well set the AG number and save the callers the trouble. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>