commit | 76cc9580e3fbd323651d06e8184a5a54e0e1066e | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Mar 03 23:28:53 2017 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Mar 07 14:00:56 2017 -0800 |
tree | 0543b98aec0098cbe571653ce8b6cb14362e133e | |
parent | 125cc42baf8ab2149c207f8a360ea25668b8422d [diff] |
pstore: Replace arguments for write() API Similar to the pstore_info read() callback, there were too many arguments. This switches to the new struct pstore_record pointer instead. This adds "reason" and "part" to the record structure as well. Signed-off-by: Kees Cook <keescook@chromium.org>