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

2021-02-04 Thread Stephen Rothwell
Hi all, After merging the cifs tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: fs/cifs/file.c:4290:13: warning: 'cifs_is_cache_enabled' defined but not used [-Wunused-function] 4290 | static bool cifs_is_cache_enabled(struct inode *inode) | ^~~~

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

2019-07-18 Thread Steve French
This typo has been fixed (earlier this afternoon) in cifs-2.6.git for-next On Thu, Jul 18, 2019 at 6:16 PM Stephen Rothwell wrote: > > Hi all, > > After merging the cifs tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > fs/cifs/smb2ops.c: In function 'open_shroot':

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

2019-07-18 Thread Stephen Rothwell
Hi all, After merging the cifs tree, today's linux-next build (x86_64 allmodconfig) produced this warning: fs/cifs/smb2ops.c: In function 'open_shroot': fs/cifs/smb2ops.c:762:28: warning: passing argument 5 of 'smb2_parse_contexts' makes pointer from integer without a cast [-Wint-conversion]

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

2018-01-03 Thread Stephen Rothwell
Hi Steve, On Wed, 3 Jan 2018 16:44:59 -0600 Steve French wrote: > > I don't see this with gcc 5.4 Good to know. > Harmless to initialize flags here ... even if unneeded ... so if it > makes your life easier I don't mind initializes to 0. Let me know. > Wonder why it doesn't generate the warnin

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

2018-01-03 Thread Steve French
I don't see this with gcc 5.4 Stephen, Harmless to initialize flags here ... even if unneeded ... so if it makes your life easier I don't mind initializes to 0. Let me know. Wonder why it doesn't generate the warning on the various other places in the fs that do the same thing? On Wed, Jan 3, 20

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

2018-01-03 Thread Stephen Rothwell
Hi all, After merging the cifs tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from include/linux/seqlock.h:36:0, from include/linux/time.h:6, from include/linux/stat.h:19, from include/linux/module.h:

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

2017-11-20 Thread Steve French
fix for this warning merged into cifs-2.6.git for-next On Mon, Nov 20, 2017 at 5:19 PM, Stephen Rothwell wrote: > Hi all, > > After merging the cifs tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > fs/cifs/smb2pdu.c: In function 'SMB2_read': > fs/cifs/smb2pdu.

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

2017-11-20 Thread Stephen Rothwell
Hi all, After merging the cifs tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: fs/cifs/smb2pdu.c: In function 'SMB2_read': fs/cifs/smb2pdu.c:2677:18: warning: unused variable 'rqst' [-Wunused-variable] struct smb_rqst rqst = { .rq_iov = iov, ^

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

2017-06-26 Thread Steve French
I just merged an updated version of this patch to remove the warning to cifs-2.6.git for-next On Sun, Jun 25, 2017 at 7:07 PM, Stephen Rothwell wrote: > Hi all, > > After merging the cifs tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > In file included from inclu

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

2017-06-25 Thread Stephen Rothwell
Hi all, After merging the cifs tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from include/linux/kernel.h:13:0, from include/linux/list.h:8, from include/linux/wait.h:6, from include/linux/fs.h:5,