Message ID | 20250411173848.3755912-1-agruenba@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix false warning in inode_to_wb | expand |
Please add Reported-by: syzbot+e14d6cd6ec241f507ba7@syzkaller.appspotmail.com 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.
On Sat, Apr 12, 2025 at 4:21 PM Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> wrote: > Please add > > Reported-by: syzbot+e14d6cd6ec241f507ba7@syzkaller.appspotmail.com > Closes: https://syzkaller.appspot.com/bug?extid=e14d6cd6ec241f507ba7 > > to both patches. I'm quite reluctant to acknowledge syzbot for this. The bug has been reported several times by several people, long before syzbot. > 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. Ah, not anymore, indeed. Thanks, Andreas