aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-06-16 00:25:56 +0100
committerDavid Howells <dhowells@redhat.com>2020-06-16 16:26:57 +0100
commit44767c353127cfcbee49a89bab39a3680ecd2a45 (patch)
tree03aeffa589f411af0d9ec366fadcc7fdb5b353e8 /fs/afs/internal.h
parentafs: Fix yfs_fs_fetch_status() to honour vnode selector (diff)
downloadlinux-dev-44767c353127cfcbee49a89bab39a3680ecd2a45.tar.xz
linux-dev-44767c353127cfcbee49a89bab39a3680ecd2a45.zip
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>
Diffstat (limited to '')
-rw-r--r--fs/afs/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h
index d2207cb40740..598934d923cc 100644
--- a/fs/afs/internal.h
+++ b/fs/afs/internal.h
@@ -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 */