commit | 39aff5fdb91e8fee6a2c28910a263a5228619ba2 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:53 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Oct 05 16:26:32 2016 -0700 |
tree | 3ede2916e779d0e15642eb215fbebbe697fbfb18 | |
parent | e06259aa08fbc88c824130764c8667a8cc68c4d1 [diff] |
xfs: refactor swapext code Refactor the swapext function to pull out the fork swapping piece into a separate function. In the next patch we'll add in the bit we need to make it work with rmap filesystems. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>