RPC: remove check for impossible condition in rpc_make_runnable
authorFred Isaman <iisaman@netapp.com>
Fri, 11 Feb 2011 15:42:35 +0000 (15:42 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 11 Mar 2011 20:38:40 +0000 (15:38 -0500)
commitcee6a5372f8804f58acc87f07816f64db36718e2
tree66e07d4404e95fe7abcf60a9c72286328dd6a07f
parentf49f9baac8f63de9cbc17a0a84e04060496e8e76
RPC: remove check for impossible condition in rpc_make_runnable

queue_work() only returns 0 or 1, never a negative value.

Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/sched.c