* [PATCH] AFS: Fix use of __exit functions from __init path
@ 2007-05-01 18:17 David Howells
2007-05-01 18:30 ` Geert Uytterhoeven
2007-05-03 10:12 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: David Howells @ 2007-05-01 18:17 UTC (permalink / raw)
To: torvalds, akpm; +Cc: linux-kernel, linux-fsdevel, netdev, geert, dhowells
Fix use of __exit functions from __init path.
Signed-off-by: David Howells <dhowells@redhat.com>
---
fs/afs/callback.c | 2 +-
fs/afs/internal.h | 4 ++--
fs/afs/vlocation.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fs/afs/callback.c b/fs/afs/callback.c
index 639399f..9bdbf36 100644
--- a/fs/afs/callback.c
+++ b/fs/afs/callback.c
@@ -468,7 +468,7 @@ int __init afs_callback_update_init(void)
/*
* shut down the callback update process
*/
-void __exit afs_callback_update_kill(void)
+void afs_callback_update_kill(void)
{
destroy_workqueue(afs_callback_update_worker);
}
diff --git a/fs/afs/internal.h b/fs/afs/internal.h
index c0404b4..f1bd47e 100644
--- a/fs/afs/internal.h
+++ b/fs/afs/internal.h
@@ -401,7 +401,7 @@ extern void afs_give_up_callback(struct afs_vnode *);
extern void afs_dispatch_give_up_callbacks(struct work_struct *);
extern void afs_flush_callback_breaks(struct afs_server *);
extern int __init afs_callback_update_init(void);
-extern void __exit afs_callback_update_kill(void);
+extern void afs_callback_update_kill(void);
/*
* cell.c
@@ -605,7 +605,7 @@ extern struct afs_vlocation *afs_vlocation_lookup(struct afs_cell *,
struct key *,
const char *, size_t);
extern void afs_put_vlocation(struct afs_vlocation *);
-extern void __exit afs_vlocation_purge(void);
+extern void afs_vlocation_purge(void);
/*
* vnode.c
diff --git a/fs/afs/vlocation.c b/fs/afs/vlocation.c
index 6c8e95a..3370cdb 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;
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] AFS: Fix use of __exit functions from __init path
2007-05-01 18:17 [PATCH] AFS: Fix use of __exit functions from __init path David Howells
@ 2007-05-01 18:30 ` Geert Uytterhoeven
2007-05-03 10:12 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2007-05-01 18:30 UTC (permalink / raw)
To: David Howells
Cc: Linus Torvalds, Andrew Morton, Linux Kernel Development,
linux-fsdevel, netdev
On Tue, 1 May 2007, David Howells wrote:
> Fix use of __exit functions from __init path.
>
> Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] AFS: Fix use of __exit functions from __init path
2007-05-01 18:17 [PATCH] AFS: Fix use of __exit functions from __init path David Howells
2007-05-01 18:30 ` Geert Uytterhoeven
@ 2007-05-03 10:12 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2007-05-03 10:12 UTC (permalink / raw)
To: dhowells; +Cc: torvalds, akpm, linux-kernel, linux-fsdevel, netdev, geert
From: David Howells <dhowells@redhat.com>
Date: Tue, 01 May 2007 19:17:06 +0100
> Fix use of __exit functions from __init path.
>
> Signed-off-by: David Howells <dhowells@redhat.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-03 10:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 18:17 [PATCH] AFS: Fix use of __exit functions from __init path David Howells
2007-05-01 18:30 ` Geert Uytterhoeven
2007-05-03 10:12 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).