commit | 52bfcdd7adbc26639bc7b2356ab9a3f5dad68ad6 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Sep 18 09:41:18 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 03 21:27:55 2017 -0700 |
tree | fc23f5f901dee20a30fdb225b7110eb1635a7ca4 | |
parent | 5e5c943c1f257c2b3424fc3f8a7b18570152dab3 [diff] |
xfs: always swap the cow forks when swapping extents Since the CoW fork exists as a secondary data structure to the data fork, we must always swap cow forks during swapext. We also need to swap the extent counts and reset the cowblocks tags. Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>