Re: [PATCH 38/63] xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks
From: Christoph Hellwig <hch@infradead.org>
Date: 2016-09-30 07:47:31
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2016-09-30 07:47:31
Also in:
linux-fsdevel
On Thu, Sep 29, 2016 at 08:09:46PM -0700, Darrick J. Wong wrote:
When we're freeing blocks (truncate, punch, etc.), clear all CoW reservations in the range being freed. If the file block count drops to zero, also clear the inode reflink flag. Signed-off-by: Darrick J. Wong <redacted>
Looks fine: Reviewed-by: Christoph Hellwig <hch@lst.de>