Hello everybody, compiling btrfs into the kernel results in section mismatch warnings. __exit functions are called where they are not allowed to. The attached patch fixes this for me. Not sure if it is correct though. Signed-off-by: Christian Hesse <mail@earthworm.de> -- Regards, Chris -------------- next part -------------- A non-text attachment was scrubbed... Name: btrfs-section_mismatches.patch Type: text/x-diff Size: 1292 bytes Desc: not available Url : http://oss.oracle.com/pipermail/btrfs-devel/attachments/20071207/6e96aafd/btrfs-section_mismatches.bin
On Fri, 7 Dec 2007 07:23:53 +0100 Christian Hesse <list@eworm.de> wrote:> Hello everybody, > > compiling btrfs into the kernel results in section mismatch warnings. > __exit functions are called where they are not allowed to. The > attached patch fixes this for me. Not sure if it is correct though. > > Signed-off-by: Christian Hesse <mail@earthworm.de>Thanks, I've pulled this into the -unstable tree. -chris