diff options
Diffstat (limited to 'fs/afs/vlocation.c')
-rw-r--r-- | fs/afs/vlocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/vlocation.c b/fs/afs/vlocation.c index 6c8e95a7c2c9..3370cdb72566 100644 --- a/fs/afs/vlocation.c +++ b/fs/afs/vlocation.c | |||
@@ -602,7 +602,7 @@ int __init afs_vlocation_update_init(void) | |||
602 | /* | 602 | /* |
603 | * discard all the volume location records for rmmod | 603 | * discard all the volume location records for rmmod |
604 | */ | 604 | */ |
605 | void __exit afs_vlocation_purge(void) | 605 | void afs_vlocation_purge(void) |
606 | { | 606 | { |
607 | afs_vlocation_timeout = 0; | 607 | afs_vlocation_timeout = 0; |
608 | 608 | ||