Re: [PATCH v2 0/2] Fix false warning in inode_to_wb
From: Tetsuo Handa
Date: Sat Apr 12 2025 - 10:21:44 EST
Please add
Reported-by: syzbot+e14d6cd6ec241f507ba7@xxxxxxxxxxxxxxxxxxxxxxxxx
Closes: https://syzkaller.appspot.com/bug?extid=e14d6cd6ec241f507ba7
to both patches.
Also,
-static inline struct bdi_writeback *inode_to_wb(const struct inode *inode)
+static inline struct bdi_writeback *inode_to_wb(struct inode *inode)
change is not needed.