commit | 4cc1ee5e654114aa7fac6993488ad2cd0b3411bb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 30 16:06:36 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Sep 01 13:08:26 2017 -0700 |
tree | 432eba2d842e0f29626032d76cfe2ccdad2349ea | |
parent | f91fb956f243086c7a95c508f01152c74c35f6ce [diff] |
xfs: simplify the rmap code in xfs_bmse_merge In Christoph's patch to refactor xfs_bmse_merge, the updated rmap code does more work than it needs to (because map-extent auto-merges records). Remove the unnecessary unmap and save ourselves a deferred op. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>