[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100929140238.c987caac.sfr@canb.auug.org.au>
Date: Wed, 29 Sep 2010 14:02:38 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: "J. Bruce Fields" <bfields@...ldses.org>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Pavel Emelyanov <xemul@...allels.com>
Subject: linux-next: build warning after merge of the final tree
Hi all,
After merging the final tree, today's linux-next build (powerpc
ppc44x_defconfig) produced tis warning:
WARNING: net/sunrpc/sunrpc.o(.init.text+0x110): Section mismatch in reference from the function init_sunrpc() to the function .exit.text:rpcauth_remove_module()
The function __init init_sunrpc() references
a function __exit rpcauth_remove_module().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __exit annotation of
rpcauth_remove_module() so it may be used outside an exit section.
Probably caused by commit 2f72c9b73730c335381b13e2bd221abe1acea394
("sunrpc: The per-net skeleton").
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
http://www.canb.auug.org.au/~sfr/
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists