From patchwork Tue Jul 17 23:49:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 10531073 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D9711603ED for ; Tue, 17 Jul 2018 23:49:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C8FB32922F for ; Tue, 17 Jul 2018 23:49:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BD3CA2922E; Tue, 17 Jul 2018 23:49:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 50AA12923B for ; Tue, 17 Jul 2018 23:49:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731289AbeGRAYm (ORCPT ); Tue, 17 Jul 2018 20:24:42 -0400 Received: from esa3.hgst.iphmx.com ([216.71.153.141]:18358 "EHLO esa3.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731256AbeGRAYl (ORCPT ); Tue, 17 Jul 2018 20:24:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1531871381; x=1563407381; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=r9RLQJ3Tk6zUBoi1pO9GcX1OmkcJeOIwm9QpS6xhYhc=; b=Ko3FcS0FUI6yIqLir0TiuuvNwA37oGxlDoTdxchMMS7V0DQIgVgKMXXS HwOZwgEEycQWcRpGNOrBSlNOHMU1pozX6PqXas4i1kYXzXnkrYyllpfrS 5IhUb70wp2/UFGDIK5JZoQHWDYopkj0dwi1y+3urT3l3Mp2HkITcb1Z+9 JqDieDN7rf82daxvnANgoKVJDbMEo82DDY0mlgQ93JBmTBT7cCetuHCWp TuM/KTp63JT2o5iVJ5kQBvh88UYajPxtmQMWaNiBAQLS6hjj/aSXbkTDz IuIWxyNnFmKd4yltqfRSjeyob0MPyprL2EVetjFosaUc1T38tQW/kqopK Q==; X-IronPort-AV: E=Sophos;i="5.51,367,1526313600"; d="scan'208";a="87482925" Received: from uls-op-cesaip01.wdc.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 18 Jul 2018 07:49:41 +0800 Received: from uls-op-cesaip01.wdc.com ([10.248.3.36]) by uls-op-cesaep01.wdc.com with ESMTP; 17 Jul 2018 16:38:31 -0700 Received: from thinkpad-bart.sdcorp.global.sandisk.com ([10.111.67.248]) by uls-op-cesaip01.wdc.com with ESMTP; 17 Jul 2018 16:49:41 -0700 From: Bart Van Assche To: Jens Axboe Cc: linux-block@vger.kernel.org, Christoph Hellwig , Bart Van Assche , Ming Lei , Alan Stern , Johannes Thumshirn Subject: [PATCH 1/3] block: Fix a comment in a header file Date: Tue, 17 Jul 2018 16:49:38 -0700 Message-Id: <20180717234940.11231-2-bart.vanassche@wdc.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180717234940.11231-1-bart.vanassche@wdc.com> References: <20180717234940.11231-1-bart.vanassche@wdc.com> Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since the REQ_PREEMPT flag has been renamed into RQF_PREEMPT, update the comment that refers to that flag. Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Ming Lei Cc: Alan Stern Cc: Johannes Thumshirn Reviewed-by: Johannes Thumshirn --- include/linux/blkdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 79226ca8f80f..e35ed66d744e 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -700,7 +700,7 @@ struct request_queue { #define QUEUE_FLAG_REGISTERED 26 /* queue has been registered to a disk */ #define QUEUE_FLAG_SCSI_PASSTHROUGH 27 /* queue supports SCSI commands */ #define QUEUE_FLAG_QUIESCED 28 /* queue has been quiesced */ -#define QUEUE_FLAG_PREEMPT_ONLY 29 /* only process REQ_PREEMPT requests */ +#define QUEUE_FLAG_PREEMPT_ONLY 29 /* only process RQF_PREEMPT requests */ #define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \ (1 << QUEUE_FLAG_SAME_COMP) | \