GIT: unionfs2-2.6.27.y: Fix section marker in header file:

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:37 EDT 2010


commit 869b2a5fcb9b76bd6e86d8fed21a98ee3999082d
Author: Erez_Zadok <ezk at cs.sunysb.edu>
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 <randy.dunlap at oracle.com>
    Signed-off-by: Josef 'Jeff' Sipek <jsipek at cs.sunysb.edu>
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h
index 4b15e5e..e180756 100644
--- a/fs/unionfs/sioq.h
+++ b/fs/unionfs/sioq.h
@@ -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 */


More information about the unionfs-cvs mailing list