commit | 3cfa0d10b45056ea2a275132ea290056e7998b5c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 08 09:31:46 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Nov 16 09:30:04 2020 -0800 |
tree | daf6d88f35e7c25537b00f06ea30ae2517f06066 | |
parent | 9b458e2b4b39e67a12f762f74d066650d3160319 [diff] |
xfs: fix flags argument to rmap lookup when converting shared file rmaps Pass the same oldext argument (which contains the existing rmapping's unwritten state) to xfs_rmap_lookup_le_range at the start of xfs_rmap_convert_shared. This makes it consistent with the non-shared mapping version. Fixes: 3f165b334e51 ("xfs: convert unwritten status of reverse mappings for shared files") Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>