original_kernel/fs/pstore
Kees Cook 93ee4b7d9f pstore/ram: Avoid needless alloc during header write
Since the header is a fixed small maximum size, just use a stack variable
to avoid memory allocation in the write path.

Signed-off-by: Kees Cook <keescook@chromium.org>
2019-02-12 13:45:53 -08:00
..
Kconfig
Makefile
ftrace.c
inode.c
internal.h
platform.c pstore: Avoid writing records with zero size 2019-02-12 12:09:49 -08:00
pmsg.c
ram.c pstore/ram: Avoid needless alloc during header write 2019-02-12 13:45:53 -08:00
ram_core.c