mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 19:20:44 +00:00
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>