linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] unionfs section mismatch
@ 2007-06-06 21:51 Randy Dunlap
  2007-06-07  0:58 ` Josef Sipek
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2007-06-06 21:51 UTC (permalink / raw)
  To: linux-fsdevel, unionfs; +Cc: akpm, jsipek

From: Randy Dunlap <randy.dunlap@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@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 */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] unionfs section mismatch
  2007-06-06 21:51 [PATCH] unionfs section mismatch Randy Dunlap
@ 2007-06-07  0:58 ` Josef Sipek
  0 siblings, 0 replies; 2+ messages in thread
From: Josef Sipek @ 2007-06-07  0:58 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-fsdevel, unionfs, akpm

On Wed, Jun 06, 2007 at 02:51:02PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
 
Applied.

Thanks.

Josef "Jeff" Sipek.

-- 
Don't drink and derive. Alcohol and algebra don't mix.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-07  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 21:51 [PATCH] unionfs section mismatch Randy Dunlap
2007-06-07  0:58 ` Josef Sipek

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).