On Thu, Jun 30, 2022 at 8:33 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. Combine the 'mode' and > 'mode_flags' arguments of nilfs_btnode_submit_block into a single > argument 'opf'. > > Cc: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > fs/nilfs2/btnode.c | 8 ++++---- > fs/nilfs2/btnode.h | 4 ++-- > fs/nilfs2/btree.c | 6 +++--- > fs/nilfs2/gcinode.c | 5 ++--- > fs/nilfs2/mdt.c | 19 ++++++++++--------- > include/trace/events/nilfs2.h | 4 ++-- > 6 files changed, 23 insertions(+), 23 deletions(-) Acked-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> Looks good. Thank you! Ryusuke Konishi