Re: [PATCH] pstore: set PSTORE_ZSTD_COMPRESS to bool

2018-08-03 Thread Kees Cook
On Fri, Aug 3, 2018 at 2:16 AM, Geliang Tang wrote: > Fix build error: > >fs/pstore/platform.o: In function `zbufsize_zstd': >>> platform.c:(.text+0x172): undefined reference to `ZSTD_compressBound' > > Signed-off-by: Geliang Tang Thanks! I'll squash this into the original commit. -Kees >

[PATCH] pstore: set PSTORE_ZSTD_COMPRESS to bool

2018-08-03 Thread Geliang Tang
Fix build error: fs/pstore/platform.o: In function `zbufsize_zstd': >> platform.c:(.text+0x172): undefined reference to `ZSTD_compressBound' Signed-off-by: Geliang Tang --- fs/pstore/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/pstore/Kconfig b/fs/pstore/Kco