sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt
authorPavel Emelyanov <xemul@parallels.com>
Tue, 5 Oct 2010 16:47:16 +0000 (20:47 +0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 19 Oct 2010 14:48:16 +0000 (10:48 -0400)
The task in question is dereferenced above (and is actually never NULL).

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found