From: Mathieu Desnoyers Date: Wed, 10 Feb 2021 17:33:38 +0000 (-0500) Subject: Fix: do not use bdi_unknown_name symbol X-Git-Tag: v2.12.5~4 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=d894b241ef50eca2f9a8f77334e692d816341c7f;hp=d894b241ef50eca2f9a8f77334e692d816341c7f;p=lttng-modules.git Fix: do not use bdi_unknown_name symbol Use the GPL-exported bdi_dev_name introduced in kernel 5.7. Do not use static inline bdi_dev_name in prior kernels because it uses the bdi_unknown_name symbol which is not exported to GPL modules. Signed-off-by: Mathieu Desnoyers Change-Id: I8b4e4fd84ecacef7942b308e615ca88db8dce7b6 ---