Fix section marker in header file:
authorErez_Zadok <ezk@cs.sunysb.edu>
Sun, 10 Jun 2007 21:55:23 +0000 (17:55 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:41:23 +0000 (21:41 -0500)
WARNING: fs/unionfs/unionfs.o(.init.text+0x56): Section mismatch: reference to .exit.text:stop_sioq (between 'init_module' and 'init_sioq')

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/sioq.h

index 4b15e5e1385b7fc2b439a5a2720731a7256034ae..e1807568c2a3ef0423e308f628447195e5b3c12f 100644 (file)
@@ -81,7 +81,7 @@ struct sioq_args {
 
 /* Extern definitions for SIOQ functions */
 extern int __init init_sioq(void);
-extern __exit void stop_sioq(void);
+extern void stop_sioq(void);
 extern void run_sioq(work_func_t func, struct sioq_args *args);
 
 /* Extern definitions for our privilege escalation helpers */