mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-12 13:31:12 +00:00
Fixes: Error: implicit declaration of function ‘blkdev_put’ Previously this was an `extern` in <fs.h> and included implicitly, hence the need to hard include it now. Signed-off-by: Auke Kok <auke.kok@versity.com>