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:19 +0000 (12:37 -0500)
commit5873cbc67601a95b53e8c87fbeafb31910485fd0
tree6b4edb0de003d0d24aa6bce19bf71f6f6da685b3
parent3b8be22c3ca66adaf88b3d8fe9adf42c3dd3141e
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.025814 seconds and 4 git commands to generate.