commit | 6fa164b865e44ac1d1ffc9a24ccd442f17acc4f6 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:45 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Oct 05 16:26:27 2016 -0700 |
tree | 62b863d4de68d47af16edcfac1e2a5fa0b2f437f | |
parent | 84d6961910ea7b3ae8d8338f5b4df25dea68cee9 [diff] |
xfs: don't allow reflink when the AG is low on space If the AG free space is down to the reserves, refuse to reflink our way out of space. Hopefully userspace will make a real copy and/or go elsewhere. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>