projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f94d542
)
afs: Remove unused struct and function prototype
author
Thorsten Blum
<thorsten.blum@toblux.com>
Mon, 23 Sep 2024 15:07:48 +0000
(16:07 +0100)
committer
Christian Brauner
<brauner@kernel.org>
Fri, 27 Sep 2024 16:29:19 +0000
(18:29 +0200)
The struct afs_address_list and the function prototype
afs_put_address_list() are not used anymore and can be removed. Remove
them.
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Link:
https://lore.kernel.org/r/20240911095046.3749-2-thorsten.blum@toblux.com/
Link:
https://lore.kernel.org/r/20240923150756.902363-5-dhowells@redhat.com
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/afs/afs_vl.h
patch
|
blob
|
history
diff --git
a/fs/afs/afs_vl.h
b/fs/afs/afs_vl.h
index
9c65ffb
..
a06296c
100644
(file)
--- a/
fs/afs/afs_vl.h
+++ b/
fs/afs/afs_vl.h
@@
-134,13
+134,4
@@
struct afs_uvldbentry__xdr {
__be32 spares9;
};
-struct afs_address_list {
- refcount_t usage;
- unsigned int version;
- unsigned int nr_addrs;
- struct sockaddr_rxrpc addrs[];
-};
-
-extern void afs_put_address_list(struct afs_address_list *alist);
-
#endif /* AFS_VL_H */