]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf50daac0e3b31a1ab8e87830fb1fe260c1f5598
tree66e07d4404e95fe7abcf60a9c72286328dd6a07f
parentee908bbdf3ec0efa1098f01e8927174ae3bb36b5
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