On Fri, Jun 24, 2022 at 3:06 AM Bart Van Assche wrote: > > Improve static type checking by using the enum req_op type for variables > that represent a request operation and the new blk_opf_t type for > variables that represent request flags. > > Cc: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > fs/nilfs2/btnode.c | 4 ++-- > fs/nilfs2/btnode.h | 5 +++-- > fs/nilfs2/mdt.c | 3 ++- > include/trace/events/nilfs2.h | 4 ++-- > 4 files changed, 9 insertions(+), 7 deletions(-) Acked-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> I've checked this patch, picking up some of the block layer patches needed to understand this conversion from the list of linux-block. Ryusuke Konishi