mirror of
https://github.com/torvalds/linux
synced 2026-06-19 17:32:08 +09:00
The argument list for the pstore_read() interface is unwieldy. This changes passes the new struct pstore_record instead. The erst backend was already doing something similar internally. Signed-off-by: Kees Cook <keescook@chromium.org>