[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190930074854.GB27886@infradead.org>
Date: Mon, 30 Sep 2019 00:48:54 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Max Reitz <mreitz@...hat.com>
Cc: linux-xfs@...r.kernel.org, linux-kernel@...r.kernel.org,
"Darrick J . Wong" <darrick.wong@...cle.com>,
Brian Foster <bfoster@...hat.com>
Subject: Re: [PATCH] xfs: Fix tail rounding in xfs_alloc_file_space()
On Thu, Sep 26, 2019 at 04:22:38PM +0200, Max Reitz wrote:
> To ensure that all blocks touched by the range [offset, offset + count)
> are allocated, we need to calculate the block count from the difference
> of the range end (rounded up) and the range start (rounded down).
>
> Before this patch, we just round up the byte count, which may lead to
> unaligned ranges not being fully allocated:
Looks fine:
Reviewed-by: Christoph Hellwig <hch@....de>
Powered by blists - more mailing lists