Fix: do not use bdi_unknown_name symbol
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Feb 2021 17:33:38 +0000 (12:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Feb 2021 17:37:13 +0000 (12:37 -0500)
commitd894b241ef50eca2f9a8f77334e692d816341c7f
tree24755b736f3c8452e718a047be418453dad8e1b1
parent43b2b999b5f184f3b42c8c9c790f46ee794a894c
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 <mathieu.desnoyers@efficios.com>
Change-Id: I8b4e4fd84ecacef7942b308e615ca88db8dce7b6
instrumentation/events/lttng-module/writeback.h
This page took 0.024795 seconds and 4 git commands to generate.