All of lore.kernel.org
 help / color / mirror / Atom feed
* [jlayton:dir-deleg 13/25] fs/nfsd/nfs4state.c:3472:17: error: implicit declaration of function 'nfsd4_run_cb_notify'; did you mean 'nfsd4_run_cb'?
@ 2026-04-09  3:41 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-04-09  3:41 UTC (permalink / raw)
  To: Jeff Layton; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git dir-deleg
head:   f46f4f860e384a5bc2c7a8f2fa64872ba4e303a5
commit: c82fe07f3cc730c342db68b5cb4cab81c8f6763c [13/25] nfsd: add data structures for handling CB_NOTIFY
config: x86_64-rhel-9.4-ltp (https://download.01.org/0day-ci/archive/20260409/202604090536.n2SxrAsO-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260409/202604090536.n2SxrAsO-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/202604090536.n2SxrAsO-lkp@intel.com/

All errors (new ones prefixed by >>):

   fs/nfsd/nfs4state.c: In function 'nfsd4_cb_notify_release':
>> fs/nfsd/nfs4state.c:3472:17: error: implicit declaration of function 'nfsd4_run_cb_notify'; did you mean 'nfsd4_run_cb'? [-Wimplicit-function-declaration]
    3472 |                 nfsd4_run_cb_notify(ncn);
         |                 ^~~~~~~~~~~~~~~~~~~
         |                 nfsd4_run_cb


vim +3472 fs/nfsd/nfs4state.c

  3461	
  3462	static void
  3463	nfsd4_cb_notify_release(struct nfsd4_callback *cb)
  3464	{
  3465		struct nfsd4_cb_notify *ncn =
  3466				container_of(cb, struct nfsd4_cb_notify, ncn_cb);
  3467		struct nfs4_delegation *dp =
  3468				container_of(ncn, struct nfs4_delegation, dl_cb_notify);
  3469	
  3470		/* Drain events that arrived while this callback was in flight */
  3471		if (ncn->ncn_evt_cnt > 0)
> 3472			nfsd4_run_cb_notify(ncn);
  3473		nfs4_put_stid(&dp->dl_stid);
  3474	}
  3475	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [jlayton:dir-deleg 13/25] fs/nfsd/nfs4state.c:3472:17: error: implicit declaration of function 'nfsd4_run_cb_notify'; did you mean 'nfsd4_run_cb'?
@ 2026-04-10 15:32 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-04-10 15:32 UTC (permalink / raw)
  To: Jeff Layton; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git dir-deleg
head:   f46f4f860e384a5bc2c7a8f2fa64872ba4e303a5
commit: c82fe07f3cc730c342db68b5cb4cab81c8f6763c [13/25] nfsd: add data structures for handling CB_NOTIFY
config: x86_64-rhel-9.4 (https://download.01.org/0day-ci/archive/20260410/202604102350.elj4EXAn-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260410/202604102350.elj4EXAn-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/202604102350.elj4EXAn-lkp@intel.com/

All errors (new ones prefixed by >>):

   fs/nfsd/nfs4state.c: In function 'nfsd4_cb_notify_release':
>> fs/nfsd/nfs4state.c:3472:17: error: implicit declaration of function 'nfsd4_run_cb_notify'; did you mean 'nfsd4_run_cb'? [-Wimplicit-function-declaration]
    3472 |                 nfsd4_run_cb_notify(ncn);
         |                 ^~~~~~~~~~~~~~~~~~~
         |                 nfsd4_run_cb


vim +3472 fs/nfsd/nfs4state.c

  3461	
  3462	static void
  3463	nfsd4_cb_notify_release(struct nfsd4_callback *cb)
  3464	{
  3465		struct nfsd4_cb_notify *ncn =
  3466				container_of(cb, struct nfsd4_cb_notify, ncn_cb);
  3467		struct nfs4_delegation *dp =
  3468				container_of(ncn, struct nfs4_delegation, dl_cb_notify);
  3469	
  3470		/* Drain events that arrived while this callback was in flight */
  3471		if (ncn->ncn_evt_cnt > 0)
> 3472			nfsd4_run_cb_notify(ncn);
  3473		nfs4_put_stid(&dp->dl_stid);
  3474	}
  3475	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-10 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 15:32 [jlayton:dir-deleg 13/25] fs/nfsd/nfs4state.c:3472:17: error: implicit declaration of function 'nfsd4_run_cb_notify'; did you mean 'nfsd4_run_cb'? kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2026-04-09  3:41 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.