Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
[cascardo/linux.git] / net / sunrpc / sched.c
index 9358c79..fe3441a 100644 (file)
@@ -821,9 +821,7 @@ void rpc_execute(struct rpc_task *task)
 
 static void rpc_async_schedule(struct work_struct *work)
 {
-       current->flags |= PF_FSTRANS;
        __rpc_execute(container_of(work, struct rpc_task, u.tk_work));
-       current->flags &= ~PF_FSTRANS;
 }
 
 /**