mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
6906598f1c
assert(x) should emit a warning if x is false. WARN_ON(x) emits a warning if x is true. Thus, assert(x) should be defined as WARN_ON(!x) rather than WARN_ON(x). Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Nick Terrell <terrelln@fb.com> |
||
---|---|---|
.. | ||
common | ||
compress | ||
decompress | ||
decompress_sources.h | ||
Makefile | ||
zstd_common_module.c | ||
zstd_compress_module.c | ||
zstd_decompress_module.c |