aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r--fs/afs/internal.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h
index 34665f7d7a19..d90c158cd934 100644
--- a/fs/afs/internal.h
+++ b/fs/afs/internal.h
@@ -349,7 +349,6 @@ struct afs_permits {
349 * record of one of a system's set of network interfaces 349 * record of one of a system's set of network interfaces
350 */ 350 */
351struct afs_interface { 351struct afs_interface {
352 unsigned index; /* interface index */
353 struct in_addr address; /* IPv4 address bound to interface */ 352 struct in_addr address; /* IPv4 address bound to interface */
354 struct in_addr netmask; /* netmask applied to address */ 353 struct in_addr netmask; /* netmask applied to address */
355 unsigned mtu; /* MTU of interface */ 354 unsigned mtu; /* MTU of interface */
@@ -392,7 +391,7 @@ extern void afs_give_up_callback(struct afs_vnode *);
392extern void afs_dispatch_give_up_callbacks(struct work_struct *); 391extern void afs_dispatch_give_up_callbacks(struct work_struct *);
393extern void afs_flush_callback_breaks(struct afs_server *); 392extern void afs_flush_callback_breaks(struct afs_server *);
394extern int __init afs_callback_update_init(void); 393extern int __init afs_callback_update_init(void);
395extern void __exit afs_callback_update_kill(void); 394extern void afs_callback_update_kill(void);
396 395
397/* 396/*
398 * cell.c 397 * cell.c
@@ -564,7 +563,7 @@ extern void afs_fs_exit(void);
564 * use-rtnetlink.c 563 * use-rtnetlink.c
565 */ 564 */
566extern int afs_get_ipv4_interfaces(struct afs_interface *, size_t, bool); 565extern int afs_get_ipv4_interfaces(struct afs_interface *, size_t, bool);
567extern int afs_get_MAC_address(u8 [6]); 566extern int afs_get_MAC_address(u8 *, size_t);
568 567
569/* 568/*
570 * vlclient.c 569 * vlclient.c
@@ -591,7 +590,7 @@ extern struct afs_vlocation *afs_vlocation_lookup(struct afs_cell *,
591 struct key *, 590 struct key *,
592 const char *, size_t); 591 const char *, size_t);
593extern void afs_put_vlocation(struct afs_vlocation *); 592extern void afs_put_vlocation(struct afs_vlocation *);
594extern void __exit afs_vlocation_purge(void); 593extern void afs_vlocation_purge(void);
595 594
596/* 595/*
597 * vnode.c 596 * vnode.c