From: Alexey Charkov Date: Wed, 2 Feb 2011 21:15:35 +0000 (+0000) Subject: btrfs: Drop __exit attribute on btrfs_exit_compress X-Git-Tag: v2.6.38-rc4~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4eef7a60eeca0fe7503e5cbd3b24ff4941c732;p=pandora-kernel.git btrfs: Drop __exit attribute on btrfs_exit_compress As this function is called in some error paths while not removing the module, the __exit attribute prevents the kernel image from linking when btrfs is compiled in statically. Signed-off-by: Alexey Charkov Signed-off-by: Chris Mason --- Reading git-diff-tree failed