Re: [PATCH 5.15] fuse: Fix race condition in writethrough path A race
From: lu gu
Date: Tue Oct 14 2025 - 05:36:57 EST
> > > Yes, reproducer has auto_inval_data turned on (libfuse turns it on by default).
> > >
> >
> > I was more wondering if the problem goes away if it were disabled..
Yes, I tried commenting out the invalidate_inode_pages2 function and
ran the LTP test cases in a loop more than ten times, and no data
inconsistency issues occurred.