mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-09 05:13:18 +00:00
format.h and ioctl.h are copied from the kernel module. It had a habit of accidentally using types that aren't exported to userspace. It's since added build checks that enforce exported types. This copies the fixed use of exported types over for hopefully the last time. Signed-off-by: Zach Brown <zab@versity.com>