commit | 4c9ec219766a217468fb94a281c416455a884dda | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sun Mar 05 22:41:10 2017 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Mar 07 14:01:02 2017 -0800 |
tree | 9a005a21de1dc1ff39e8033d303149dbebd92705 | |
parent | fdd0311863b32b42bb2c54e60c987bbbabc0c430 [diff] |
pstore: Remove write_buf() callback Now that write() and write_buf() are functionally identical, this removes write_buf(), and renames write_buf_user() to write_user(). Additionally adds sanity-checks for pstore_info's declared functions and flags at registration time. Signed-off-by: Kees Cook <keescook@chromium.org>