Skip to content

Commit 19dcfb9

Browse files
tobluxbrauner
authored andcommitted
afs: Remove unused struct and function prototype
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>
1 parent f94d542 commit 19dcfb9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

fs/afs/afs_vl.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,4 @@ struct afs_uvldbentry__xdr {
134134
__be32 spares9;
135135
};
136136

137-
struct afs_address_list {
138-
refcount_t usage;
139-
unsigned int version;
140-
unsigned int nr_addrs;
141-
struct sockaddr_rxrpc addrs[];
142-
};
143-
144-
extern void afs_put_address_list(struct afs_address_list *alist);
145-
146137
#endif /* AFS_VL_H */

0 commit comments

Comments
 (0)