All of lore.kernel.org
 help / color / mirror / Atom feed
* [dhowells-fs:netfs-lib 4/56] fs/netfs/main.c:37:undefined reference to `fscache_init'
@ 2023-11-24 23:39 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-11-24 23:39 UTC (permalink / raw)
  To: David Howells; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git netfs-lib
head:   69448342f13a737a392c45f17205bc3eaf242e9d
commit: 28f81f45ad3566ce6d0c0ebfac75b43c88e642b6 [4/56] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
config: arm-qcom_defconfig (https://download.01.org/0day-ci/archive/20231125/202311250434.96kEHnix-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231125/202311250434.96kEHnix-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311250434.96kEHnix-lkp@intel.com/

All errors (new ones prefixed by >>):

   arm-linux-gnueabi-ld: fs/netfs/main.o: in function `netfs_init':
>> fs/netfs/main.c:37:(.init.text+0x20): undefined reference to `fscache_init'
   arm-linux-gnueabi-ld: fs/netfs/main.o: in function `netfs_exit':
>> fs/netfs/main.c:51:(.exit.text+0x4): undefined reference to `fscache_exit'


vim +37 fs/netfs/main.c

    36	
  > 37		ret = fscache_init();
    38		if (ret < 0)
    39			goto error_proc;
    40		return 0;
    41	
    42	error_proc:
    43		remove_proc_entry("fs/netfs", NULL);
    44	error:
    45		return ret;
    46	}
    47	fs_initcall(netfs_init);
    48	
    49	static void __exit netfs_exit(void)
    50	{
  > 51		fscache_exit();

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

* [dhowells-fs:netfs-lib 4/56] fs/netfs/main.c:37: undefined reference to `fscache_init'
@ 2023-11-25  2:16 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-11-25  2:16 UTC (permalink / raw)
  To: David Howells; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git netfs-lib
head:   69448342f13a737a392c45f17205bc3eaf242e9d
commit: 28f81f45ad3566ce6d0c0ebfac75b43c88e642b6 [4/56] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
config: x86_64-randconfig-015-20231125 (https://download.01.org/0day-ci/archive/20231125/202311250759.1a9WJisj-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231125/202311250759.1a9WJisj-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311250759.1a9WJisj-lkp@intel.com/

All errors (new ones prefixed by >>):

   ld: vmlinux.o: in function `netfs_init':
>> fs/netfs/main.c:37: undefined reference to `fscache_init'
   ld: vmlinux.o: in function `netfs_exit':
>> fs/netfs/main.c:51: undefined reference to `fscache_exit'


vim +37 fs/netfs/main.c

    36	
  > 37		ret = fscache_init();
    38		if (ret < 0)
    39			goto error_proc;
    40		return 0;
    41	
    42	error_proc:
    43		remove_proc_entry("fs/netfs", NULL);
    44	error:
    45		return ret;
    46	}
    47	fs_initcall(netfs_init);
    48	
    49	static void __exit netfs_exit(void)
    50	{
  > 51		fscache_exit();

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

end of thread, other threads:[~2023-11-25  2:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24 23:39 [dhowells-fs:netfs-lib 4/56] fs/netfs/main.c:37:undefined reference to `fscache_init' kernel test robot
2023-11-25  2:16 [dhowells-fs:netfs-lib 4/56] fs/netfs/main.c:37: undefined " kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.