Dan Carpenter
87e3c0553f
SUNRPC: remove an unneeded NULL check in xprt_connect()
...
We check "task->tk_rqstp" and then we dereference it without checking on
the next line. The only caller is call_connect() and that has a check
which prevents it from calling xprt_connect() with a NULL.
if (task->tk_status < 0)
return;
If "task->tk_rqstp" were NULL then "tk_status" would be -EAGAIN.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2012-02-06 18:47:59 -05:00
..
2012-01-12 15:44:42 +10:30
2011-10-31 19:30:30 -04:00
2011-12-14 02:39:30 -05:00
2011-10-31 19:30:30 -04:00
2011-12-05 15:20:19 -05:00
2011-12-28 14:08:08 -05:00
2011-12-16 15:07:28 -05:00
2012-01-22 15:08:46 -05:00
2012-01-17 10:17:32 -05:00
2012-01-27 21:06:03 -05:00
2012-01-10 08:57:03 -08:00
2012-01-26 16:35:57 -05:00
2011-10-31 19:30:30 -04:00
2012-01-11 12:56:06 -08:00
2012-01-14 18:36:33 -08:00
2011-11-29 00:21:36 -05:00
2011-11-18 14:37:09 -05:00
2011-11-18 14:37:09 -05:00
2012-01-30 12:42:58 -05:00
2012-01-22 15:08:45 -05:00
2011-10-31 19:30:30 -04:00
2011-12-21 15:46:22 -05:00
2011-12-20 14:05:03 -05:00
2011-12-11 18:25:16 -05:00
2012-01-25 21:45:00 -05:00
2012-01-24 15:33:19 -05:00
2012-01-24 14:47:09 -05:00
2012-01-17 22:26:41 -08:00
2012-01-12 12:26:56 -08:00
2012-01-14 18:36:33 -08:00
2011-12-28 14:08:08 -05:00
2012-01-04 14:30:43 -05:00
2012-01-17 23:56:19 -05:00
2011-12-30 13:04:14 -05:00
2012-01-12 12:26:56 -08:00
2012-01-24 17:03:44 -05:00
2012-01-05 10:13:24 -05:00
2011-10-31 19:30:30 -04:00
2011-12-19 22:27:29 -05:00
2012-01-22 15:08:44 -05:00
2012-01-08 13:21:22 -08:00
2012-02-06 18:47:59 -05:00
2011-12-29 21:53:30 -05:00
2012-01-30 12:45:07 -05:00
2011-11-07 13:27:30 -05:00
2011-10-31 19:30:30 -04:00
2012-01-11 15:14:50 -05:00
2011-12-16 15:49:52 -05:00
2012-01-14 18:36:33 -08:00
2011-10-31 19:30:30 -04:00
2011-12-03 09:35:17 -08:00
2011-12-03 09:35:17 -08:00
2012-01-12 12:26:56 -08:00
2011-10-31 19:30:30 -04:00