Sync `show_inode_state()` macro with Ubuntu 4.15 kernel
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 10 May 2021 17:41:48 +0000 (13:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 May 2021 13:51:57 +0000 (09:51 -0400)
commit4643974cf0ad13879570d2cafc898215c54acfa2
tree7eac7a0cd99465cd3e5007251e3491ccd9ea9387
parentd6184b15604102882163d9aca59d35a8ae07022f
Sync `show_inode_state()` macro with Ubuntu 4.15 kernel

The following commit changed the `show_inode_state()` macro which
triggered a warning on our CI build:
  commit 63388062bea96e5cd8b8d7abf7b7142f8666ca1f
  Author: Jan Kara <jack@suse.cz>
  Date:   Mon Jan 25 12:37:43 2021 -0800

      writeback: Drop I_DIRTY_TIME_EXPIRE

Also, this commit adds a comment to clarify why we keep these
`#if/#elif` even though we don't use it the macro.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I2dd53a1a286ab8a431977bda6cde01f700f0c7d9
instrumentation/events/lttng-module/writeback.h
This page took 0.026079 seconds and 4 git commands to generate.