diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2015-05-11 14:04:50 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-06-02 13:30:35 -0400 |
commit | 632dda833e28fe43049a01b4bc53e409176e7843 (patch) | |
tree | 49f1b25f5a3491d7f2056b77402ab506eb5f4059 /net/sunrpc/Makefile | |
parent | 1193d58f75faec6ccdaf24cbd3471f5460a0a906 (diff) | |
download | linux-stable-632dda833e28fe43049a01b4bc53e409176e7843.tar.gz linux-stable-632dda833e28fe43049a01b4bc53e409176e7843.tar.bz2 linux-stable-632dda833e28fe43049a01b4bc53e409176e7843.zip |
SUNRPC: Clean up bc_send()
Clean up: Merge bc_send() into bc_svc_process().
Note: even thought this touches svc.c, it is a client-side change.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'net/sunrpc/Makefile')
-rw-r--r-- | net/sunrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/Makefile b/net/sunrpc/Makefile index 15e6f6c23c5d..1b8e68d0e690 100644 --- a/net/sunrpc/Makefile +++ b/net/sunrpc/Makefile @@ -15,6 +15,6 @@ sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \ sunrpc_syms.o cache.o rpc_pipe.o \ svc_xprt.o sunrpc-$(CONFIG_SUNRPC_DEBUG) += debugfs.o -sunrpc-$(CONFIG_SUNRPC_BACKCHANNEL) += backchannel_rqst.o bc_svc.o +sunrpc-$(CONFIG_SUNRPC_BACKCHANNEL) += backchannel_rqst.o sunrpc-$(CONFIG_PROC_FS) += stats.o sunrpc-$(CONFIG_SYSCTL) += sysctl.o |