aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-11-01 16:44:05 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-12-05 18:30:51 -0500
commit1e1093c7fd4951bb4272212c238d09cd7a22f5fc (patch)
tree6a4abee1ee3a3e45fad908761cecd1e4a8a650e4 /net/sunrpc
parent104287cd4ebb5484c654551c102c25c94227f717 (diff)
NFSv4.1: Don't mess with task priorities in nfs41_setup_sequence
We want to preserve the rpc_task priority for things like writebacks, that may have differing levels of urgency. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r--net/sunrpc/sched.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c
index 85290266bea0..1aefc9fef866 100644
--- a/net/sunrpc/sched.c
+++ b/net/sunrpc/sched.c
@@ -379,6 +379,7 @@ void rpc_sleep_on_priority(struct rpc_wait_queue *q, struct rpc_task *task,
379 __rpc_sleep_on_priority(q, task, action, priority - RPC_PRIORITY_LOW); 379 __rpc_sleep_on_priority(q, task, action, priority - RPC_PRIORITY_LOW);
380 spin_unlock_bh(&q->lock); 380 spin_unlock_bh(&q->lock);
381} 381}
382EXPORT_SYMBOL_GPL(rpc_sleep_on_priority);
382 383
383/** 384/**
384 * __rpc_do_wake_up_task - wake up a single rpc_task 385 * __rpc_do_wake_up_task - wake up a single rpc_task