From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 26 Oct 2018 09:45:15 +0200 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , linux-block@vger.kernel.org, Rui Salvaterra , Mike Snitzer , Christoph Hellwig , Xiao Ni , Mariusz Dabrowski Subject: Re: [PATCH 2/3] block: cleanup __blkdev_issue_discard() Message-ID: <20181026074515.GB4660@lst.de> References: <20181026062435.21398-1-ming.lei@redhat.com> <20181026062435.21398-3-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20181026062435.21398-3-ming.lei@redhat.com> List-ID: On Fri, Oct 26, 2018 at 02:24:34PM +0800, Ming Lei wrote: > Cleanup __blkdev_issue_discard(). It would help to explain what you clean up.. > + unsigned int req_sects = min(nr_sects, (UINT_MAX >> 9) & ~bs_mask); This creates an overly long line.