summaryrefslogtreecommitdiff
path: root/fs/afs/vlocation.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2007-05-03 03:12:46 -0700
committerDavid S. Miller <davem@davemloft.net>2007-05-03 03:12:46 -0700
commitfbb3fcba72ff52ee3d9990c9dec0c95cd9d0ce17 (patch)
tree58186fa76d0f25e489d187d0f513a26f0b447860 /fs/afs/vlocation.c
parent80c72fe415698049a477314ac82790c1af0fa7e3 (diff)
[AFS]: Fix use of __exit functions from __init path
Fix use of __exit functions from __init path. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/afs/vlocation.c')
-rw-r--r--fs/afs/vlocation.c2
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)
/*
* discard all the volume location records for rmmod
*/
-void __exit afs_vlocation_purge(void)
+void afs_vlocation_purge(void)
{
afs_vlocation_timeout = 0;