commit 8626bd81c55c8ce6f495932989a5207bcdbddb08
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Sun Jun 10 17:55:23 2007 -0400
Fix section marker in header file:
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 <[EMAIL PROTECTED]>
Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h
index
65c34130575506a01b23b150795051f7c86e6173..a3167a7c1f4a3fe2e133fb819f0ddc16e10f0dd3
100644
--- a/fs/unionfs/sioq.h
+++ b/fs/unionfs/sioq.h
@@ -89,7 +89,7 @@ struct sioa_args {
};
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 void run_sioa(struct sioa_args *args, void (*work) (void*),
signed long timeout);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs