All of lore.kernel.org
 help / color / mirror / Atom feed
* [nfs:testing 10/10] net/sunrpc/xprt.c:1948:2: error: implicit declaration of function 'xprt_destroy_backchannel'
@ 2019-10-17 23:40 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2019-10-17 23:40 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: kbuild-all, linux-nfs

[-- Attachment #1: Type: text/plain, Size: 1863 bytes --]

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing
head:   92c132e8330968a43558b0b513c626fe29c9aa4a
commit: 92c132e8330968a43558b0b513c626fe29c9aa4a [10/10] SUNRPC: Destroy the back channel when we destroy the host transport
config: x86_64-randconfig-a001-201941 (attached as .config)
compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
reproduce:
        git checkout 92c132e8330968a43558b0b513c626fe29c9aa4a
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   net/sunrpc/xprt.c: In function 'xprt_destroy_cb':
>> net/sunrpc/xprt.c:1948:2: error: implicit declaration of function 'xprt_destroy_backchannel' [-Werror=implicit-function-declaration]
     xprt_destroy_backchannel(xprt, UINT_MAX);
     ^
   cc1: some warnings being treated as errors

vim +/xprt_destroy_backchannel +1948 net/sunrpc/xprt.c

  1933	
  1934	static void xprt_destroy_cb(struct work_struct *work)
  1935	{
  1936		struct rpc_xprt *xprt =
  1937			container_of(work, struct rpc_xprt, task_cleanup);
  1938	
  1939		rpc_xprt_debugfs_unregister(xprt);
  1940		rpc_destroy_wait_queue(&xprt->binding);
  1941		rpc_destroy_wait_queue(&xprt->pending);
  1942		rpc_destroy_wait_queue(&xprt->sending);
  1943		rpc_destroy_wait_queue(&xprt->backlog);
  1944		kfree(xprt->servername);
  1945		/*
  1946		 * Destroy any existing back channel
  1947		 */
> 1948		xprt_destroy_backchannel(xprt, UINT_MAX);
  1949	
  1950		/*
  1951		 * Tear down transport state and free the rpc_xprt
  1952		 */
  1953		xprt->ops->destroy(xprt);
  1954	}
  1955	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 34816 bytes --]

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

* [nfs:testing 10/10] net/sunrpc/xprt.c:1948:2: error: implicit declaration of function 'xprt_destroy_backchannel'
@ 2019-10-17 23:40 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2019-10-17 23:40 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1913 bytes --]

tree:   git://git.linux-nfs.org/projects/trondmy/linux-nfs.git testing
head:   92c132e8330968a43558b0b513c626fe29c9aa4a
commit: 92c132e8330968a43558b0b513c626fe29c9aa4a [10/10] SUNRPC: Destroy the back channel when we destroy the host transport
config: x86_64-randconfig-a001-201941 (attached as .config)
compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
reproduce:
        git checkout 92c132e8330968a43558b0b513c626fe29c9aa4a
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   net/sunrpc/xprt.c: In function 'xprt_destroy_cb':
>> net/sunrpc/xprt.c:1948:2: error: implicit declaration of function 'xprt_destroy_backchannel' [-Werror=implicit-function-declaration]
     xprt_destroy_backchannel(xprt, UINT_MAX);
     ^
   cc1: some warnings being treated as errors

vim +/xprt_destroy_backchannel +1948 net/sunrpc/xprt.c

  1933	
  1934	static void xprt_destroy_cb(struct work_struct *work)
  1935	{
  1936		struct rpc_xprt *xprt =
  1937			container_of(work, struct rpc_xprt, task_cleanup);
  1938	
  1939		rpc_xprt_debugfs_unregister(xprt);
  1940		rpc_destroy_wait_queue(&xprt->binding);
  1941		rpc_destroy_wait_queue(&xprt->pending);
  1942		rpc_destroy_wait_queue(&xprt->sending);
  1943		rpc_destroy_wait_queue(&xprt->backlog);
  1944		kfree(xprt->servername);
  1945		/*
  1946		 * Destroy any existing back channel
  1947		 */
> 1948		xprt_destroy_backchannel(xprt, UINT_MAX);
  1949	
  1950		/*
  1951		 * Tear down transport state and free the rpc_xprt
  1952		 */
  1953		xprt->ops->destroy(xprt);
  1954	}
  1955	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 34816 bytes --]

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

end of thread, other threads:[~2019-10-17 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 23:40 [nfs:testing 10/10] net/sunrpc/xprt.c:1948:2: error: implicit declaration of function 'xprt_destroy_backchannel' kbuild test robot
2019-10-17 23:40 ` kbuild 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.