mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-23 06:50:30 +00:00
block.h has an undeclared use of struct scoutfs_alloc that was relying on previous headers. Add a declaraion of the struct (that we don't dereference) so the header can be used on its own. Signed-off-by: Zach Brown <zab@versity.com>