commit | be51f8119c2f5e27437d2c4271f6419f3b8e609f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:32 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 04 18:06:40 2016 -0700 |
tree | fef093b1788635388760f3a9ea3ba44f51889361 | |
parent | 3993baeb3c52f497d243a4a3b5510df97b22596b [diff] |
xfs: support bmapping delalloc extents in the CoW fork Allow the creation of delayed allocation extents in the CoW fork. In a subsequent patch we'll wire up iomap_begin to actually do this via reflink helper functions. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>