linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [vfs:T3 78/82] arch/powerpc//platforms/cell/spufs/inode.c:728:19: error: 'spufs_destroy_inode' undeclared here (not in a function); did you mean '__destroy_inode'?
@ 2019-05-13 19:00 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-05-13 19:00 UTC (permalink / raw)
  To: David Howells; +Cc: kbuild-all, linux-fsdevel, Al Viro

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git T3
head:   8bb72026a69d4b951665d8628a61a8049fb3eb8d
commit: e62263f30a0eda8a6d13eed8584179f0c1a34da5 [78/82] vfs: Convert spufs to use the new mount API
config: powerpc-defconfig (attached as .config)
compiler: powerpc64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout e62263f30a0eda8a6d13eed8584179f0c1a34da5
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> arch/powerpc//platforms/cell/spufs/inode.c:728:19: error: 'spufs_destroy_inode' undeclared here (not in a function); did you mean '__destroy_inode'?
     .destroy_inode = spufs_destroy_inode,
                      ^~~~~~~~~~~~~~~~~~~
                      __destroy_inode

vim +728 arch/powerpc//platforms/cell/spufs/inode.c

   724	
   725	static const struct super_operations spufs_ops = {
   726		.alloc_inode	= spufs_alloc_inode,
   727		.free_inode	= spufs_free_inode,
 > 728		.destroy_inode	= spufs_destroy_inode,
   729		.statfs		= simple_statfs,
   730		.evict_inode	= spufs_evict_inode,
   731		.show_options	= spufs_show_options,
   732	};
   733	

---
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: 24249 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-13 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-13 19:00 [vfs:T3 78/82] arch/powerpc//platforms/cell/spufs/inode.c:728:19: error: 'spufs_destroy_inode' undeclared here (not in a function); did you mean '__destroy_inode'? 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).