linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nfs:ioctl 3/5] fs/nfs/ioctl.c:112:25: error: 'const struct nfs_rpc_ops' has no member named 'return_delegation'
@ 2018-09-05 20:59 kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2018-09-05 20:59 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: kbuild-all, linux-nfs

[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git ioctl
head:   935e0ffbdaadacdfe519c891d36125f7e7d3d69a
commit: 57e59890e141c3cb14482736c0fbb26229c129a9 [3/5] NFS: Allow users to return the delegation
config: i386-randconfig-a3-201835 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        git checkout 57e59890e141c3cb14482736c0fbb26229c129a9
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   fs/nfs/ioctl.c: In function 'nfs_ioctl_return_delegation':
>> fs/nfs/ioctl.c:112:25: error: 'const struct nfs_rpc_ops' has no member named 'return_delegation'
     return NFS_PROTO(inode)->return_delegation(inode);
                            ^
   fs/nfs/ioctl.c:113:1: warning: control reaches end of non-void function [-Wreturn-type]
    }
    ^

vim +112 fs/nfs/ioctl.c

   107	
   108	static long nfs_ioctl_return_delegation(struct file *filp)
   109	{
   110		struct inode *inode = filp->f_path.dentry->d_inode;
   111	
 > 112		return NFS_PROTO(inode)->return_delegation(inode);
   113	}
   114	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [nfs:ioctl 3/5] fs/nfs/ioctl.c:112:25: error: 'const struct nfs_rpc_ops' has no member named 'return_delegation'
@ 2018-05-08 18:36 kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2018-05-08 18:36 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: kbuild-all, linux-nfs

[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git ioctl
head:   8c79972291939ffd942a0b89402c4c1be2bad6fa
commit: ba73c90b202c31c52fcae532b52f600cff002c9b [3/5] NFS: Allow users to return the delegation
config: i386-randconfig-a0-201818 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        git checkout ba73c90b202c31c52fcae532b52f600cff002c9b
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   fs/nfs/ioctl.c: In function 'nfs_ioctl_return_delegation':
>> fs/nfs/ioctl.c:112:25: error: 'const struct nfs_rpc_ops' has no member named 'return_delegation'
     return NFS_PROTO(inode)->return_delegation(inode);
                            ^
   fs/nfs/ioctl.c:113:1: warning: control reaches end of non-void function [-Wreturn-type]
    }
    ^

vim +112 fs/nfs/ioctl.c

   107	
   108	static long nfs_ioctl_return_delegation(struct file *filp)
   109	{
   110		struct inode *inode = filp->f_path.dentry->d_inode;
   111	
 > 112		return NFS_PROTO(inode)->return_delegation(inode);
   113	}
   114	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 25879 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-06  1:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-05 20:59 [nfs:ioctl 3/5] fs/nfs/ioctl.c:112:25: error: 'const struct nfs_rpc_ops' has no member named 'return_delegation' kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2018-05-08 18:36 kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).