diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-06-24 10:55:52 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2016-07-13 15:53:50 -0400 |
commit | f4a4906e563522aa2eab61cf080460d13b85725c (patch) | |
tree | 8ffce3ccd038f81c4e0979239354b2684da5f36b /net | |
parent | 637600f3ffbf1af0c2efd5587ac357b900c4c999 (diff) |
SUNRPC: Remove unused callback xpo_adjust_wspace()
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/svc_xprt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sunrpc/svc_xprt.c b/net/sunrpc/svc_xprt.c index 2adc8db6aaf5..c3f652395a80 100644 --- a/net/sunrpc/svc_xprt.c +++ b/net/sunrpc/svc_xprt.c | |||
@@ -517,8 +517,6 @@ void svc_reserve(struct svc_rqst *rqstp, int space) | |||
517 | atomic_sub((rqstp->rq_reserved - space), &xprt->xpt_reserved); | 517 | atomic_sub((rqstp->rq_reserved - space), &xprt->xpt_reserved); |
518 | rqstp->rq_reserved = space; | 518 | rqstp->rq_reserved = space; |
519 | 519 | ||
520 | if (xprt->xpt_ops->xpo_adjust_wspace) | ||
521 | xprt->xpt_ops->xpo_adjust_wspace(xprt); | ||
522 | svc_xprt_enqueue(xprt); | 520 | svc_xprt_enqueue(xprt); |
523 | } | 521 | } |
524 | } | 522 | } |