* [brauner-vfs:vfs.all 113/133] fs/pidfs.c:587:27: error: 'EXPORT_OP_LOCAL_FILE_HANDLE' undeclared here (not in a function)
@ 2024-12-12 10:29 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-12-12 10:29 UTC (permalink / raw)
To: Christian Brauner
Cc: oe-kbuild-all, Christian Brauner, Erin Shepherd, Amir Goldstein
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git vfs.all
head: c9b1291c42918a3c60b5ca6c48d69eb298817075
commit: ccb189ccdd283cf522b5112f7e5eab2817f48546 [113/133] pidfs: implement file handle support
config: sparc-randconfig-001-20241212 (https://download.01.org/0day-ci/archive/20241212/202412121815.IdzSrie2-lkp@intel.com/config)
compiler: sparc-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241212/202412121815.IdzSrie2-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/202412121815.IdzSrie2-lkp@intel.com/
All errors (new ones prefixed by >>):
>> fs/pidfs.c:587:27: error: 'EXPORT_OP_LOCAL_FILE_HANDLE' undeclared here (not in a function)
587 | .flags = EXPORT_OP_LOCAL_FILE_HANDLE,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +/EXPORT_OP_LOCAL_FILE_HANDLE +587 fs/pidfs.c
581
582 static const struct export_operations pidfs_export_operations = {
583 .encode_fh = pidfs_encode_fh,
584 .fh_to_dentry = pidfs_fh_to_dentry,
585 .open = pidfs_export_open,
586 .permission = pidfs_export_permission,
> 587 .flags = EXPORT_OP_LOCAL_FILE_HANDLE,
588 };
589
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-12 10:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 10:29 [brauner-vfs:vfs.all 113/133] fs/pidfs.c:587:27: error: 'EXPORT_OP_LOCAL_FILE_HANDLE' undeclared here (not in a function) 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.