From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752123AbdFNO5B (ORCPT ); Wed, 14 Jun 2017 10:57:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41228 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751705AbdFNO47 (ORCPT ); Wed, 14 Jun 2017 10:56:59 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 279C261B91 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 279C261B91 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <201706110108.06cQbzCU%fengguang.wu@intel.com> References: <201706110108.06cQbzCU%fengguang.wu@intel.com> To: kbuild test robot Cc: dhowells@redhat.com, kbuild-all@01.org, viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, jlayton@redhat.com, mszeredi@redhat.com Subject: Re: [PATCH] VFS: Differentiate mount flags (MS_*) from internal superblock flags MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <10207.1497452216.1@warthog.procyon.org.uk> Date: Wed, 14 Jun 2017 15:56:56 +0100 Message-ID: <10208.1497452216@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 14 Jun 2017 14:56:59 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org kbuild test robot wrote: > >> fs/cifs/cifsglob.h:561:9: note: in expansion of macro 'SB_NOEXEC' > SB_NOEXEC | SB_NOSUID | SB_NODEV) There's a missing '|' before SB_NOEXEC at the end of the preceding line. David