mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-07 04:26:29 +00:00
dev.c includes linux/fs.h which includes linux/types.h, which defines these types, __be16 etc. These are also defined in sparse.h, but I don't think these are needed. Definitions in linux/types.h includes stuff to set attr(bitwise) if __CHECKER__ is defined, so we can remove __sp_biwise. Signed-off-by: Andy Grover <agrover@versity.com>
This repository contains the userspace software for the scoutfs clustered filesystem.
More context and instructions can be found on the https://scoutfs.org/ community site or in the scoutfs-kmod-dev git repository which houses the scoutfs Linux kernel module.