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:34:15 +0000 (12:34 -0500)
commitdbabd7296e9bcfb263f96e78c185f1eb7346ee53
treec96a4e835d1679c092aa9779587d67e5fdc44868
parentb1fdcb19f150295c9db01ac6a52b95e627cb8903
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
include/instrumentation/events/writeback.h
This page took 0.025292 seconds and 4 git commands to generate.