commit | 68c58e9b9a88c1a9d0c2eaf6c7acefb00f5fbbfb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Dec 07 19:07:55 2017 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Dec 21 08:48:38 2017 -0800 |
tree | daf03ca2cf5032b1391f85c65cf0a7ed6e16b510 | |
parent | 33df3a9cf925183a6a169bc3eff2bd0febd1298a [diff] |
xfs: only skip rmap owner checks for unknown-owner rmap removal For rmap removal, refactor the rmap owner checks into a separate function, then skip the checks if we are performing an unknown-owner removal. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>