On 26/02/19 19:55, Schumaker, Anna wrote: > On Tue, 2019-02-19 at 13:51 +0200, Boaz harrosh wrote: <> >> diff --git a/fs/zuf/Kconfig b/fs/zuf/Kconfig >> new file mode 100644 >> index 000000000000..19fff3b75b69 >> --- /dev/null >> +++ b/fs/zuf/Kconfig >> @@ -0,0 +1,28 @@ >> +menuconfig ZUF > > Shouldn't this be "CONFIG_ZUF_FS" to stay consistent with other filesystems? > Totally sure will change maybe ZUFS though? I'll look what's common >> + tristate "ZUF - Zero-copy User-mode Feeder" >> + depends on BLOCK >> + depends on ZONE_DEVICE >> + select CRC16 >> + select MEMCG >> + help >> + ZUFS Kernel part. >> + To enable say Y here. >> + >> + To compile this as a module, choose M here: the module will be >> + called zuf.ko >> + >> +if ZUF >> + <>