apparmor: remove unneeded #ifdef in decompress_zstd()
authorXiu Jianfeng <xiujianfeng@huawei.com>
Wed, 9 Aug 2023 10:02:44 +0000 (10:02 +0000)
committerJohn Johansen <john.johansen@canonical.com>
Mon, 16 Oct 2023 04:44:31 +0000 (21:44 -0700)
commit5ebb39eb90376fbf098df04be8b58f235a14ce5a
treee222d90706301b2421875ea2df5bc0cff9aed223
parent8884ba07786c718771cf7b78cb3024924b27ec2b
apparmor: remove unneeded #ifdef in decompress_zstd()

The whole function is guarded by CONFIG_SECURITY_APPARMOR_EXPORT_BINARY,
so the #ifdef here is redundant, remove it.

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/apparmorfs.c