[Unionfs] [PATCH] unionfs section mismatch
Erez Zadok
ezk at cs.sunysb.edu
Sun Jul 8 21:13:31 EDT 2007
This message to the unionfs list was held up w/a bunch of spam. Apologies
for the belated reply. Anyway, this was fixed already as per your
suggestion.
Thanks,
Erez.
In message <20070606145102.02f9a816.randy.dunlap at oracle.com>, Randy Dunlap writes:
> From: Randy Dunlap <randy.dunlap at oracle.com>
>
> 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>
> ---
> fs/unionfs/sioq.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.22-rc4-mm1.orig/fs/unionfs/sioq.h
> +++ linux-2.6.22-rc4-mm1/fs/unionfs/sioq.h
> @@ -76,7 +76,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
mailing list