On 2024-07-16 16:09:54, Trond Myklebust wrote: >[..] > gdb -batch -quiet -ex 'list *(nfs_folio_find_private_request+0x3c)' -ex quit nfs.ko > > > I suspect this will show that the problem is occurring inside the > function folio_get_private(), but I'd like to be sure that is the case. I would suspect that `->private_data` gets corrupted somehow. Maybe the folio_test_private() call needs to be protected by either the &mapping->i_private_lock, or folio lock? -- Dan Aloni