Dan Carpenter 7888da9583 afs: Potential uninitialized variable in afs_extract_data()
Smatch warns that:

    fs/afs/rxrpc.c:922 afs_extract_data()
    error: uninitialized symbol 'remote_abort'.

Smatch is right that "remote_abort" might be uninitialized when we pass
it to afs_set_call_complete().  I don't know if that function uses the
uninitialized variable.  Anyway, the comment for rxrpc_kernel_recv_data(),
says that "*_abort should also be initialised to 0." and this patch does
that.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David Howells <dhowells@redhat.com>
2018-01-02 10:02:19 +00:00
..
2008-04-29 08:06:26 -07:00
2017-11-13 15:38:18 +00:00
2017-11-13 15:38:17 +00:00
2017-11-13 15:38:21 +00:00
2017-11-17 10:06:13 +00:00
2017-07-09 14:40:12 -07:00
2017-11-17 10:06:13 +00:00
2017-12-01 11:40:43 +00:00
2017-11-17 10:06:13 +00:00