mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-08 03:30:46 +00:00
This is the initial commit of the repo that will track development against distro kernels. This is an import of a prototype branch in the upstream kernel that only had a few initial commits. It needed to move to the old readdir interface and use find_or_create_page() instead of pagecache_get_page() to build in older distro kernels.
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
config SCOUTFS_FS
|
|
tristate "scoutfs filesystem"
|
|
help
|
|
scoutfs is a clustered file system that stores data in large
|
|
blocks in shared block storage.
|
|
|
|
To compile this file system support as a module, choose M here. The
|
|
module will be called scoutfs.
|
|
|
|
If unsure, say N.
|