From: kernel test robot <lkp@intel.com>
To: Christian Brauner <brauner@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Christian Brauner <christianvanbrauner@gmail.com>,
Erin Shepherd <erin.shepherd@e43.eu>,
Amir Goldstein <amir73il@gmail.com>
Subject: [brauner-github:vfs-6.14.pidfs 10/16] fs/pidfs.c:587:12: error: use of undeclared identifier 'EXPORT_OP_LOCAL_FILE_HANDLE'
Date: Thu, 12 Dec 2024 18:41:20 +0800 [thread overview]
Message-ID: <202412121817.98imfIQi-lkp@intel.com> (raw)
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
reply other threads:[~2024-12-12 10:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202412121817.98imfIQi-lkp@intel.com \
--to=lkp@intel.com \
--cc=amir73il@gmail.com \
--cc=brauner@kernel.org \
--cc=christianvanbrauner@gmail.com \
--cc=erin.shepherd@e43.eu \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.