commit | 95047b0519c17a28e09df5f38750f5354e3db4c4 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Oct 17 14:00:12 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Oct 22 07:11:58 2018 -0700 |
tree | c8399fe5e6cce07c706b28516a750b820ffc71ca | |
parent | 416031653eb55f844e3547fb8f8576399a800da0 [diff] |
pstore: Refactor compression initialization This refactors compression initialization slightly to better handle getting potentially called twice (via early pstore_register() calls and later pstore_init()) and improves the comments and reporting to be more verbose. Signed-off-by: Kees Cook <keescook@chromium.org> Tested-by: Guenter Roeck <groeck@chromium.org>