* [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
@ 2024-03-19 13:09 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-03-19 13:09 UTC (permalink / raw)
To: Jeff Layton; +Cc: llvm, oe-kbuild-all
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-03-19 13:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19 13:09 [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 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