afs: Remove afs_operation::abort_code

Remove afs_operation::abort_code as it's read but never set.  Use
ac.abort_code instead.

Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
David Howells
2020-06-16 00:25:56 +01:00
vanhempi 9bd87ec631
commit 44767c3531
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa

Näytä tiedosto

@@ -771,7 +771,6 @@ struct afs_operation {
struct timespec64 ctime; /* Change time to set */
short nr_files; /* Number of entries in file[], more_files */
short error;
unsigned int abort_code;
unsigned int debug_id;
unsigned int cb_v_break; /* Volume break counter before op */