mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
This commit is contained in:
committed by
J. Bruce Fields
parent
637600f3ff
commit
f4a4906e56
@@ -517,8 +517,6 @@ void svc_reserve(struct svc_rqst *rqstp, int space)
|
||||
atomic_sub((rqstp->rq_reserved - space), &xprt->xpt_reserved);
|
||||
rqstp->rq_reserved = space;
|
||||
|
||||
if (xprt->xpt_ops->xpo_adjust_wspace)
|
||||
xprt->xpt_ops->xpo_adjust_wspace(xprt);
|
||||
svc_xprt_enqueue(xprt);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user