Re: linux-next: build failure after merge of the cifs tree

2018-06-24 Thread Steve French
Should be ok now - It was missing an update that Aurelien and I worked on for that patch - so I backed that patch out. It was also suggested that that Kconfig parm and #ifdef be removed since SMB3.11 is strongly recommended to be set (which would have avoided this as well) and will be added to th

linux-next: build failure after merge of the cifs tree

2018-06-24 Thread Stephen Rothwell
Hi all, After merging the cifs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/cifs/smb2ops.c: In function 'smb311_queryfs': fs/cifs/smb2ops.c:1543:11: error: 'struct cifs_tcon' has no member named 'posix_extensions' if (!tcon->posix_extensions) ^~ At t

Re: linux-next: build failure after merge of the cifs tree

2018-05-31 Thread Steve French
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

linux-next: build failure after merge of the cifs tree

2018-05-31 Thread Stephen Rothwell
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

Re: linux-next: build failure after merge of the cifs tree

2017-09-25 Thread Steve French
fixed - repushed to cifs-2.6.git for-next On Mon, Sep 25, 2017 at 7:51 PM, Stephen Rothwell wrote: > Hi all, > > After merging the cifs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/cifs/smb2transport.c: In function 'generate_smb311signingkey': > fs/cifs/smb2

linux-next: build failure after merge of the cifs tree

2017-09-25 Thread Stephen Rothwell
Hi all, After merging the cifs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/cifs/smb2transport.c: In function 'generate_smb311signingkey': fs/cifs/smb2transport.c:403:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash' d->context.iov_base = ses-

Re: linux-next: build failure after merge of the cifs tree

2016-11-30 Thread Steve French
Commit fixed to handle the ifdef CONFIG_CIFS_SMB2 disabled problem you noted, and repushed to my for-next branch. Thx for pointing this out. On Tue, Nov 29, 2016 at 4:27 PM, Stephen Rothwell wrote: > Hi all, > > After merging the cifs tree, today's linux-next build (powerpc > ppc64_defconfig) fai

linux-next: build failure after merge of the cifs tree

2016-11-29 Thread Stephen Rothwell
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_find_tcon': fs/cifs/connect.c:2610:11: error: 'struct cifs_tcon' has no member named 'snapshot_time' if (tcon->snapshot_time != volume_info->snapshot_

Re: linux-next: build failure after merge of the cifs tree

2012-08-05 Thread Steve French
On Sun, Aug 5, 2012 at 7:48 PM, Stephen Rothwell wrote: > Hi all, > > After merging the cifs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/cifs/Kconfig:3: syntax error > fs/Kconfig:244: missing end statement for this entry > > Caused by commit 12f3f9b7c80c ("

linux-next: build failure after merge of the cifs tree

2012-08-05 Thread Stephen Rothwell
Hi all, After merging the cifs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/cifs/Kconfig:3: syntax error fs/Kconfig:244: missing end statement for this entry fs/Kconfig:5: missing end statement for this entry fs/cifs/Kconfig:2: invalid statement fs/cifs/Kconfig:3: