Re: [PATCH 1/9] brd: remove the end of device check in brd_do_bvec
From: Tejun Heo <tj@kernel.org>
Date: 2020-12-02 22:40:47
Also in:
dm-devel, linux-bcache, linux-block, linux-s390
From: Tejun Heo <tj@kernel.org>
Date: 2020-12-02 22:40:47
Also in:
dm-devel, linux-bcache, linux-block, linux-s390
On Tue, Dec 01, 2020 at 05:54:16PM +0100, Christoph Hellwig wrote:
The block layer already checks for this conditions in bio_check_eod before calling the driver. Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Tejun Heo <tj@kernel.org> Thanks. -- tejun