From: kernel test robot <lkp@intel.com>
To: Jeff Layton <jlayton@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [jlayton:dir-deleg 16/25] fs/nfsd/nfs4state.c:8918: warning: expecting prototype for nfsd_get_dir_delegation(). Prototype was for nfsd_get_dir_deleg() instead
Date: Tue, 19 Mar 2024 21:09:24 +0800 [thread overview]
Message-ID: <202403192159.AjiacC5u-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git dir-deleg
head: 3509cb8bd63103f6f1a76089f0352fe85a9097ab
commit: 04a8f2055f5649c42d4698bd720cf84d7187ab35 [16/25] nfsd: wire up GET_DIR_DELEGATION handling
config: s390-defconfig (https://download.01.org/0day-ci/archive/20240319/202403192159.AjiacC5u-lkp@intel.com/config)
compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project 8f68022f8e6e54d1aeae4ed301f5a015963089b7)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240319/202403192159.AjiacC5u-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/202403192159.AjiacC5u-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> fs/nfsd/nfs4state.c:8918: warning: expecting prototype for nfsd_get_dir_delegation(). Prototype was for nfsd_get_dir_deleg() instead
vim +8918 fs/nfsd/nfs4state.c
8903
8904 /**
8905 * nfsd_get_dir_delegation - attempt to get a directory delegation
8906 * @cstate: compound state
8907 * @gdd: GET_DIR_DELEGATION arg/resp structure
8908 * @nf: nfsd_file opened on the directory
8909 *
8910 * Given a GET_DIR_DELEGATION request @gdd, attempt to acquire a delegation on
8911 * on the directory to which @nf refers. Note that this does not set up any
8912 * sort of async notifications for the delegation.
8913 */
8914 struct nfs4_delegation *
8915 nfsd_get_dir_deleg(struct nfsd4_compound_state *cstate,
8916 struct nfsd4_get_dir_delegation *gdd,
8917 struct nfsd_file *nf)
> 8918 {
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-03-19 13:09 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=202403192159.AjiacC5u-lkp@intel.com \
--to=lkp@intel.com \
--cc=jlayton@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox