aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2018-01-02 10:02:19 +0000
committerDavid Howells <[email protected]>2018-01-02 10:02:19 +0000
commit7888da95832d50a87bbfdb9f40620ddc66f94b3c (patch)
treec66fcc953405353255c20de8426863fd1c7406db /tools/perf/scripts/python/bin/export-to-postgresql-report
parent98801506552593c9b8ac11021b0cdad12cab4f6b (diff)
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 <[email protected]> Signed-off-by: David Howells <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions