commit | cb095afd44768bf495894b9ad063bd078e4bb201 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu Oct 18 11:17:42 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Oct 22 07:11:58 2018 -0700 |
tree | 60305776bfe4f5bb50f9df1527893f04b7f2a016 | |
parent | 57361846b52bc686112da6ca5368d11210796804 [diff] |
pstore: Centralize init/exit routines In preparation for having additional actions during init/exit, this moves the init/exit into platform.c, centralizing the logic to make call outs to the fs init/exit. Signed-off-by: Kees Cook <keescook@chromium.org> Tested-by: Guenter Roeck <groeck@chromium.org>