On 4/30/24 10:00, Ryusuke Konishi wrote:
trace_nilfs2_mdt_submit_block(inode, inode->i_ino, blkoff, - opf & REQ_OP_MASK); + (__force int)(opf & REQ_OP_MASK));
Please keep the enum req_op type instead of casting that type away with "__force int". Thanks, Bart.