]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
lightnvm: pblk: fix TRACE_INCLUDE_PATH
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Feb 2019 12:25:06 +0000 (13:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Feb 2019 15:18:07 +0000 (08:18 -0700)
commitb7fce8f79d947abbe84e577d89ded3c3d5345c23
tree20b68cf41a0341cc04238f69fd51a9e62aa2c2bf
parent7e0a0847ed7ea02f03dd1442136a0cd684d91218
lightnvm: pblk: fix TRACE_INCLUDE_PATH

As the comment block in include/trace/define_trace.h says,
TRACE_INCLUDE_PATH should be a relative path to the define_trace.h

../../drivers/lightnvm is the correct relative path.

../../../drivers/lightnvm is working by coincidence because the top
Makefile adds -I$(srctree)/arch/$(SRCARCH)/include as a header
search path, but we should not rely on it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Hans Holmberg <hans.holmberg@cnexlabs.com>
Signed-off-by: Matias Bjørling <mb@lightnvm.io>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/lightnvm/pblk-trace.h