commit | a192de265b26c525672884630d5376c405e83b2a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Dec 10 18:03:56 2017 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Dec 14 09:20:11 2017 -0800 |
tree | cb08a613445cbcd27aa30fa1c9ba26eddbcbf649 | |
parent | 9d40fba8b2056773b9744a95df9ddd6cc33a4f83 [diff] |
xfs: allow CoW remap transactions to use reserve blocks Since we as yet have no way of holding on to the indlen blocks that are reserved as part of CoW fork delalloc reservations, let the CoW remap transaction dip into the reserves so that we avoid failing writes. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>