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 <[email protected]> Signed-off-by: David Howells <[email protected]> Link: https://lore.kernel.org/r/[email protected]/ Link: https://lore.kernel.org/r/[email protected] cc: Marc Dionne <[email protected]> cc: [email protected] cc: [email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent f94d542 commit 19dcfb9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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)