staging: ramster: depend on NET for sock_* functions
Building ramster without NET would cause linkage issue due to missing sock_*() functions in cluster/tcp.c Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
01fdf901de
commit
71a30f68c6
@ -1,6 +1,6 @@
|
|||||||
config RAMSTER
|
config RAMSTER
|
||||||
bool "Cross-machine RAM capacity sharing, aka peer-to-peer tmem"
|
bool "Cross-machine RAM capacity sharing, aka peer-to-peer tmem"
|
||||||
depends on (CLEANCACHE || FRONTSWAP) && CONFIGFS_FS=y && !ZCACHE && !XVMALLOC && !HIGHMEM
|
depends on (CLEANCACHE || FRONTSWAP) && CONFIGFS_FS=y && !ZCACHE && !XVMALLOC && !HIGHMEM && NET
|
||||||
select LZO_COMPRESS
|
select LZO_COMPRESS
|
||||||
select LZO_DECOMPRESS
|
select LZO_DECOMPRESS
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user