]> git.karo-electronics.de Git - linux-beck.git/commit
staging: lustre: test for proper errno code in lstcon_rpc_trans_abort
authorJames Simmons <jsimmons@infradead.org>
Sat, 12 Mar 2016 01:29:49 +0000 (20:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Mar 2016 06:26:02 +0000 (22:26 -0800)
commit9a41340a41597cc136f4f062e36a2c8f37ea8404
tree479b759bf796245f9d89923cea350ffa3b4f8804
parentb794d796b45907a82c3541d64dc3947039f1d15e
staging: lustre: test for proper errno code in lstcon_rpc_trans_abort

The error value returned will be -ETIMEDOUT not ETIMEDOUT. This fixes
a typo that prevents us from handling the error case.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/selftest/conrpc.c