commit | 51863d7dd77dd27a35b12b37c7caf8679903b6ae | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 29 22:24:44 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed May 30 08:03:14 2018 -0700 |
tree | 462c165bfb2c16e70390f79688244cfa2a1d2abe | |
parent | 05edd888d1b21b7c6af10fa3e0cdc1e5b4578493 [diff] |
xfs: grab the per-ag structure whenever relevant Grab and hold the per-AG data across a scrub run whenever relevant. This helps us avoid repeated trips through rcu and the radix tree in the repair code. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>