commit | f10fef38d2d1605c977346457d0adb0919d0bbe7 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Tue Oct 05 20:47:16 2010 +0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Oct 19 10:48:16 2010 -0400 |
tree | 0c1c9c53248f89682493742e114e6aa658a09864 | |
parent | 8c14ff2aaf26d58aa2258a59bd419c906d105938 [diff] |
sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt 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>