commit | 563ca40ddf400dbf8c6254077f9b6887101d0f08 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri May 08 09:16:02 2020 -0700 |
committer | Kees Cook <keescook@chromium.org> | Sat May 30 10:34:02 2020 -0700 |
tree | 76b05014c5d219d3e3754ab0517069a58c677653 | |
parent | b7753fc7f6f5626e51ee78156fd801fb52163af0 [diff] |
pstore/platform: Switch pstore_info::name to const In order to more cleanly pass around backend names, make the "name" member const. This means the module param needs to be dynamic (technically, it was before, so this actually cleans up a minor memory leak if a backend was specified and then gets unloaded.) Link: https://lore.kernel.org/lkml/20200510202436.63222-3-keescook@chromium.org/ Signed-off-by: Kees Cook <keescook@chromium.org>