From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve French Subject: Re: linux-next: build failure after merge of the cifs tree Date: Thu, 31 May 2018 19:19:27 -0500 Message-ID: References: <20180601100922.56e98097@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: CIFS , Linux-Next Mailing List , Linux Kernel Mailing List To: Stephen Rothwell Return-path: In-Reply-To: <20180601100922.56e98097@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-cifs.vger.kernel.org sorry about that - missing #ifdef CONFIG_CIFS_SMB311 #endif around that. It is fixed now and repushed to cifs-2.6.git for-next otherwise requires SMB311 to be enabled in the build On Thu, May 31, 2018 at 7:09 PM, Stephen Rothwell wrote: > Hi all, > > After merging the cifs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/cifs/connect.c: In function 'cifs_mount': > fs/cifs/connect.c:3967:10: error: 'struct cifs_tcon' has no member named 'posix_extensions' > if (tcon->posix_extensions) > ^~ > > Caused by commit > > 12a778233fc4 ("smb3: Add posix create context for smb3.11 posix mounts") > > # CONFIG_CIFS_SMB311 is not set > > I have used the cifs tree from next-20180531 for today. > > -- > Cheers, > Stephen Rothwell -- Thanks, Steve