mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-07 12:35:28 +00:00
Introduce global volume options. They're stored in the superblock and can be seen in sysfs files that use network commands to get and set the options on the server. Signed-off-by: Zach Brown <zab@versity.com>
8 lines
166 B
C
8 lines
166 B
C
#ifndef _SCOUTFS_VOLOPT_H_
|
|
#define _SCOUTFS_VOLOPT_H_
|
|
|
|
int scoutfs_volopt_setup(struct super_block *sb);
|
|
void scoutfs_volopt_destroy(struct super_block *sb);
|
|
|
|
#endif
|