Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752198AbcCVTBz (ORCPT ); Tue, 22 Mar 2016 15:01:55 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:46269 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750988AbcCVTBx (ORCPT ); Tue, 22 Mar 2016 15:01:53 -0400 Subject: Re: [PATCH 1/6] block: ensure we don't truncate top bits of the request command flags To: Christoph Hellwig References: <1458669320-6819-1-git-send-email-axboe@fb.com> <1458669320-6819-2-git-send-email-axboe@fb.com> <20160322185900.GB10113@infradead.org> CC: , , , From: Jens Axboe Message-ID: <56F19672.7030508@fb.com> Date: Tue, 22 Mar 2016 13:01:06 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160322185900.GB10113@infradead.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-03-22_09:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 729 Lines: 17 On 03/22/2016 12:59 PM, Christoph Hellwig wrote: > On Tue, Mar 22, 2016 at 11:55:15AM -0600, Jens Axboe wrote: >> Some of the flags that we want to use from the make_request_fn path >> are now larger than 32-bit, so change the functions involved to >> accept an u64 instead of an unsigned int. > > When did we start doing that? We really should merge Mike's split > of the operation style flags into the cmd_type before making things > even worse in the flags area. Just now, and I ran into it last week as well, for a test patch on cfq that passed in higher flags for get_request -> may_queue() as well. We can do Mike's split first, I think it's a good cleanup. As a standalone series, I needed it though. -- Jens Axboe