Files
scoutfs/kmod
Auke Kok 67dd42df3a Fix unlocked pt_excl in scoutfs_readahead.
This caller of scoutfs_get_block is now actively used in el10 and
the WARN_ON_ONCE(!lock) in data.c:567 triggers.

XXX FIXME XXX
However, this will hit the `BUG_ON(!list_empty(pages));` that's a few
lines further, in some of our testing, so, it's still not right

Signed-off-by: Auke Kok <auke.kok@versity.com>
2025-05-08 18:08:31 -04:00
..