* [brauner-github:vfs-6.14.pidfs 10/16] fs/pidfs.c:587:12: error: use of undeclared identifier 'EXPORT_OP_LOCAL_FILE_HANDLE'
@ 2024-12-12 10:41 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-12-12 10:41 UTC (permalink / raw)
To: Christian Brauner
Cc: llvm, oe-kbuild-all, Christian Brauner, Erin Shepherd,
Amir Goldstein
tree: https://github.com/brauner/linux.git vfs-6.14.pidfs
head: cb99a90ef7300b1d28d05f73ca9d8132179f2053
commit: ccb189ccdd283cf522b5112f7e5eab2817f48546 [10/16] pidfs: implement file handle support
config: s390-randconfig-001-20241212 (https://download.01.org/0day-ci/archive/20241212/202412121817.98imfIQi-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241212/202412121817.98imfIQi-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/202412121817.98imfIQi-lkp@intel.com/
All errors (new ones prefixed by >>):
>> fs/pidfs.c:587:12: error: use of undeclared identifier 'EXPORT_OP_LOCAL_FILE_HANDLE'
587 | .flags = EXPORT_OP_LOCAL_FILE_HANDLE,
| ^
1 error generated.
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:41 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:41 [brauner-github:vfs-6.14.pidfs 10/16] fs/pidfs.c:587:12: error: use of undeclared identifier 'EXPORT_OP_LOCAL_FILE_HANDLE' kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox