From patchwork Tue Aug 7 23:17:27 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: 10559335 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1061813AC for ; Tue, 7 Aug 2018 23:17:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F40342A0A0 for ; Tue, 7 Aug 2018 23:17:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E876F2A12C; Tue, 7 Aug 2018 23:17:31 +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 90D102A051 for ; Tue, 7 Aug 2018 23:17:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726975AbeHHBeM (ORCPT ); Tue, 7 Aug 2018 21:34:12 -0400 Received: from esa5.hgst.iphmx.com ([216.71.153.144]:60242 "EHLO esa5.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726865AbeHHBeL (ORCPT ); Tue, 7 Aug 2018 21:34:11 -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=1533683851; x=1565219851; h=from:to:cc:subject:date:message-id; bh=BsQ20TvQOvOvi2RnQhm4n7cS93b6fB7cxSvCOdWdsg8=; b=rMOOCDZmrrLEzEpaAPyl2Mt1/BiXTiooO6ZmCd8h6xbwIghcwh3qGxvc QwFu+Fue0SlSAi8/8chxo20oIGPTMyS1OZDCx464ezbz6k0b66nNNiuTw N5EppR1H0eylGt2lt4c/MixSmHB5b3W16ruCq1EE+Biy1B7pQz8alaiec p+Nu+2xZhhjafFwv2SCIEQq5Tx97t81fsYU9RKZd6Z270dafFflfJo5jT c5/K23zB3B/CzmNAmxrlzRcih7vJ2I8AI8IibLaQYZ9zaPCADeHbskGMS hCPKXhOcFvJv050RoNtkdYcZQ6AeLzynEYcJwyNB6am8gsI5nafHa241n A==; X-IronPort-AV: E=Sophos;i="5.51,456,1526313600"; d="scan'208";a="87862857" Received: from h199-255-45-15.hgst.com (HELO uls-op-cesaep02.wdc.com) ([199.255.45.15]) by ob1.hgst.iphmx.com with ESMTP; 08 Aug 2018 07:17:31 +0800 Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep02.wdc.com with ESMTP; 07 Aug 2018 16:05:09 -0700 Received: from thinkpad-bart.sdcorp.global.sandisk.com ([10.111.67.248]) by uls-op-cesaip02.wdc.com with ESMTP; 07 Aug 2018 16:17:31 -0700 From: Bart Van Assche To: Jens Axboe Cc: linux-block@vger.kernel.org, Christoph Hellwig , Bart Van Assche Subject: [PATCH 0/2] CFQ: Suppress W=1 compiler warnings Date: Tue, 7 Aug 2018 16:17:27 -0700 Message-Id: <20180807231729.30308-1-bart.vanassche@wdc.com> X-Mailer: git-send-email 2.18.0 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 Hello Jens, This patch series suppresses the compiler warnings that are reported when building the CFQ I/O scheduler with W=1. Please consider these patches for kernel v4.19. Thanks, Bart. Bart Van Assche (2): cfq: Annotate fall-through in a switch statement cfq: Suppress compiler warnings about comparisons block/cfq-iosched.c | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-)