diff options
author | David Howells <dhowells@redhat.com> | 2023-10-27 11:45:56 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2024-01-01 17:36:58 +0100 |
commit | af9a5b4930dfafbf0274e9403cb64fcc698bb096 (patch) | |
tree | fde463a19716da115542ecb8e0ee40105af323b8 /fs/afs/fs_operation.c | |
parent | rxrpc: Create a procfile to display outstanding client conn bundles (diff) | |
download | linux-af9a5b4930dfafbf0274e9403cb64fcc698bb096.tar.xz linux-af9a5b4930dfafbf0274e9403cb64fcc698bb096.zip |
afs: Add some more info to /proc/net/afs/servers
In /proc/net/afs/servers, show the cell name and the last error for each
address in the server's list.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Diffstat (limited to 'fs/afs/fs_operation.c')
-rw-r--r-- | fs/afs/fs_operation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/afs/fs_operation.c b/fs/afs/fs_operation.c index 00e22259be36..e760e11d5bcb 100644 --- a/fs/afs/fs_operation.c +++ b/fs/afs/fs_operation.c @@ -196,8 +196,6 @@ void afs_wait_for_operation(struct afs_operation *op) op->call_abort_code = op->call->abort_code; op->call_error = op->call->error; op->call_responded = op->call->responded; - WRITE_ONCE(op->alist->addrs[op->addr_index].last_error, - op->call_error); afs_put_call(op->call); } } |