drm/amdgpu/discovery: set flag for GC 11.0.1
[linux-2.6-microblaze.git] / fs / pstore / platform.c
index b9614db..f243cb5 100644 (file)
@@ -218,7 +218,7 @@ static int zbufsize_842(size_t size)
 #if IS_ENABLED(CONFIG_PSTORE_ZSTD_COMPRESS)
 static int zbufsize_zstd(size_t size)
 {
-       return ZSTD_compressBound(size);
+       return zstd_compress_bound(size);
 }
 #endif