commit | 0e07c039bac5f6ce7e3bc512ab9efb4aaa76da94 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:47 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Oct 05 16:26:29 2016 -0700 |
tree | 955c79cb97ffb167d03ed0fa82c8ebbc248b1d69 | |
parent | 80de462e090c2c346ca6ec6344b326e81e8cef84 [diff] |
xfs: add shared rmap map/unmap/convert log item types Wire up some rmap log redo item type codes to map, unmap, or convert shared data block extents. The actual log item recovery comes in a later patch. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>