Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp498837imu; Mon, 26 Nov 2018 14:00:25 -0800 (PST) X-Google-Smtp-Source: AFSGD/U4zzYmK3AUjudjXYg7kdA1L5WeirQ4OHysY9knnlDSAs3uCNFSIH18/WV6dovhK8Z5TdTk X-Received: by 2002:a63:3e05:: with SMTP id l5mr24917140pga.96.1543269625702; Mon, 26 Nov 2018 14:00:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543269625; cv=none; d=google.com; s=arc-20160816; b=pEpHnc3w0zcJxJjqlbA373fBJm/gevET2vbUcH3SnAxupTa61p9v3YV7ZxbuUfon4a GSdin2gzOPOrT5kQhK1qfPpXMpIzSLNCutoEGb3NJ15qwisLnC3BR/t/5jm81AkljcTb ztLGSN+bw0ZeGGXdRKC4vtOz5FEMzJHpUpO8ysYwjR1Utf3a3wLkjjpJx7WeLev4FTVG qGFFOnk0l5QpMfgci3Ovq+H0gXrJ4dxzG3MksH+mzLMF69QShcsM2cksDlJ0MleYiaWa CTmvlGcnxccJ6OMiPorcyviG/2Y6Ig5M3su0SOAShErEvp3bncYaXtY/Bu0AxTFTAqU+ +PWw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=Pmqk9UjL+CxO1VJoTPcxHJlr6wHjeEtI/5c9H0lYaZE=; b=L8WXliS2HMIvIVoDISnDbi34r+5Xl5lG7f6TyoqkG2h1Gb1xqakKUcCB/Q+Yd4Vg7P DSyO57PJVDL+kiZAwnP3eDlC+VVbA4DW1tP2ZAkjptussdPetxvjD+4LMOIN5gElBQrP h/9Tg1vAvne6tMo/cJ0c+D9QKh8Vs0tqg3EyvQrejLUm8e+tn55S5YKw4nMu1cYJ40j4 5U5yjK++t5y4Jvuov6/upo3U6g8G1IJwqnb2ox1fX0DHc1+wHHwtez992tYvs8HC7KhL xjUmLKogYoZVKMKUtIeVH2OIw9sY5AEEomx6jeOQ1oB2QFVc5dez8Oe3BBr/ACmgdBFV 7qNA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=MG3ui1QR; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i12si1433613plt.213.2018.11.26.14.00.10; Mon, 26 Nov 2018 14:00:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=MG3ui1QR; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727212AbeK0Iy6 (ORCPT + 99 others); Tue, 27 Nov 2018 03:54:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:44232 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726367AbeK0Iy6 (ORCPT ); Tue, 27 Nov 2018 03:54:58 -0500 Received: from localhost (unknown [104.132.1.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3EBFF20873; Mon, 26 Nov 2018 21:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1543269565; bh=eE1xmoAJXWYSGF0vbmqOJeIfQVk1IxRw8PziQSH+HGA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MG3ui1QR+KqUSnoGjzvRaqx7KEuC8p3bicB4pY2agX0FpEddrenGXJ1Z+iR0kTY4Q wL5GF35O3GH0HxkzVk1oHZ0Bj+VCJYkmQT9moJ4kTmgzfK5ccA1HO0+JoCGQl8atc8 JGTPku+nzdkC59QBf9i0v5gwjf8ts8wEEYp6bF/I= Date: Mon, 26 Nov 2018 13:59:24 -0800 From: Jaegeuk Kim To: Stephen Rothwell Cc: Kees Cook , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build warning after merge of the f2fs tree Message-ID: <20181126215924.GA55960@jaegeuk-macbookpro.roam.corp.google.com> References: <20181126111933.1b0fb324@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181126111933.1b0fb324@canb.auug.org.au> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On 11/26, Stephen Rothwell wrote: > Hi Jaegeuk, > > After merging the f2fs tree, today's linux-next build > (x86_64_allmodconfig) produced this warning: > > In file included from fs/f2fs/dir.c:11: > fs/f2fs/f2fs.h: In function '__mark_inode_dirty_flag': > fs/f2fs/f2fs.h:2388:6: warning: this statement may fall through [-Wimplicit-fallthrough=] > if (set) > ^ > fs/f2fs/f2fs.h:2390:2: note: here > case FI_DATA_EXIST: > ^~~~ > > Exposed by my use of -Wimplicit-fallthrough > > I am not sure why this has turned up now (as opposed to earlier today). The above change had been there for a long time, as an intended behavior. Hmm, I'm not sure how to avoid this. Thanks, > > -- > Cheers, > Stephen Rothwell