]> git.baikalelectronics.ru Git - kernel.git/commit
pstore: Centralize init/exit routines
authorKees Cook <keescook@chromium.org>
Thu, 18 Oct 2018 18:17:42 +0000 (11:17 -0700)
committerKees Cook <keescook@chromium.org>
Mon, 22 Oct 2018 14:11:58 +0000 (07:11 -0700)
commitaa60f34125bd659ee3cb06e60f15902b253289a8
tree60305776bfe4f5bb50f9df1527893f04b7f2a016
parent72c947294252cbe2f65f649bd9bf0ffe56abd5f0
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>
fs/pstore/inode.c
fs/pstore/internal.h
fs/pstore/platform.c