diff options
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r-- | fs/afs/internal.h | 7 |
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 | */ |
351 | struct afs_interface { | 351 | struct 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 *); | |||
392 | extern void afs_dispatch_give_up_callbacks(struct work_struct *); | 391 | extern void afs_dispatch_give_up_callbacks(struct work_struct *); |
393 | extern void afs_flush_callback_breaks(struct afs_server *); | 392 | extern void afs_flush_callback_breaks(struct afs_server *); |
394 | extern int __init afs_callback_update_init(void); | 393 | extern int __init afs_callback_update_init(void); |
395 | extern void __exit afs_callback_update_kill(void); | 394 | extern 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 | */ |
566 | extern int afs_get_ipv4_interfaces(struct afs_interface *, size_t, bool); | 565 | extern int afs_get_ipv4_interfaces(struct afs_interface *, size_t, bool); |
567 | extern int afs_get_MAC_address(u8 [6]); | 566 | extern 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); |
593 | extern void afs_put_vlocation(struct afs_vlocation *); | 592 | extern void afs_put_vlocation(struct afs_vlocation *); |
594 | extern void __exit afs_vlocation_purge(void); | 593 | extern void afs_vlocation_purge(void); |
595 | 594 | ||
596 | /* | 595 | /* |
597 | * vnode.c | 596 | * vnode.c |