commit | ebcbef3a61a6081ffe20b0b684f18ebbf23f1dfb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jul 29 22:37:08 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jul 29 22:37:08 2018 -0700 |
tree | d9b30678acfa6dc5e99944a4e7dc5fca6f09f2a9 | |
parent | 1c02d502c20809a2a5f71ec16a930a61ed779b81 [diff] |
xfs: pass transaction lock while setting up agresv on cyclic metadata Pass a tranaction pointer through to all helpers that calculate the per-AG block reservation. Online repair will use this to reinitialize per-ag reservations while it still holds all the AG headers locked to the repair transaction. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>