mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-08 21:03:12 +00:00
The item cache allocates a page and a little tracking struct for each cached page. If the page allocation fails it might try to free a null page pointer, which isn't allowed. Signed-off-by: Zach Brown <zab@versity.com>