commit | d6b636ebb1c9f412687a7b6ed97c996247cc2380 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed May 09 10:03:56 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 17:57:05 2018 -0700 |
tree | 889b0ec861c28a50e721aa6aa683ff4e55307fd0 | |
parent | 95eb308caa0ff7c4a0a86053422934737e6e6dc7 [diff] |
xfs: halt auto-reclamation activities while rebuilding rmap Rebuilding the reverse-mapping tree requires us to quiesce all inodes in the filesystem, so we must stop background reclamation of post-EOF and CoW prealloc blocks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>