From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 2/4] block: bio_check_eod() needs to consider partition To: Christoph Hellwig Cc: Shaohua Li , Jens Axboe , linux-block@vger.kernel.org, caspar@linux.alibaba.com, Joseph Qi References: <9827cd58-0044-19a2-6bc1-bc4357ed846d@linux.alibaba.com> <20180227001140.GC5249@lst.de> From: Jiufei Xue Message-ID: <5dde9695-a68a-ca6b-3fa8-75e53db354c1@linux.alibaba.com> Date: Tue, 27 Feb 2018 12:51:04 +0800 MIME-Version: 1.0 In-Reply-To: <20180227001140.GC5249@lst.de> Content-Type: text/plain; charset=utf-8 List-ID: On 2018/2/27 上午8:11, Christoph Hellwig wrote: > The issue looks real, but please try to do this without another > partition lookup. > Yes, I think the partition size test can be moved to blk_partition_remap(). I will send version 2 later.