]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
SUNRPC: Remove unused functions rpc_task_set/has_priority
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 21 May 2013 22:36:27 +0000 (18:36 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 6 Jun 2013 20:24:40 +0000 (16:24 -0400)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/sched.h

index 7ec7e6e7e42c0847eccb91cec5f0bcb22cb414fc..6d870353674ac274a3f27e0f454749f7e5c18485 100644 (file)
@@ -249,16 +249,6 @@ static inline int rpc_wait_for_completion_task(struct rpc_task *task)
        return __rpc_wait_for_completion_task(task, NULL);
 }
 
-static inline void rpc_task_set_priority(struct rpc_task *task, unsigned char prio)
-{
-       task->tk_priority = prio - RPC_PRIORITY_LOW;
-}
-
-static inline int rpc_task_has_priority(struct rpc_task *task, unsigned char prio)
-{
-       return (task->tk_priority + RPC_PRIORITY_LOW == prio);
-}
-
 #if defined(RPC_DEBUG) || defined (RPC_TRACEPOINTS)
 static inline const char * rpc_qname(const struct rpc_wait_queue *q)
 {