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:47 +0000 (09:51 -0400)
commitec2149b587cd9a2512679c3f566788a6d2fc5560
tree069579c9b9249345f16d08ce8e3da61e927786ae
parentde874bde9771921c15e167bae5c44ea2297b4fd7
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
include/instrumentation/events/writeback.h
This page took 0.025736 seconds and 4 git commands to generate.