]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Drop __exit attribute on btrfs_exit_compress
authorAlexey Charkov <alchark@gmail.com>
Wed, 2 Feb 2011 21:15:35 +0000 (21:15 +0000)
committerChris Mason <chris.mason@oracle.com>
Sun, 6 Feb 2011 12:19:19 +0000 (07:19 -0500)
commit0d7280242f40c3f2a82a15edcbdb9d820a2acabc
tree63c578ff52407f073f89342780a48c95b17ac1ea
parent09a134ed7d3d489f16640b9f82bf7d92d0e9a8cf
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 <alchark@gmail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/compression.c