commit | b77fa617a2ff4d6beccad3d3d4b3a1f2d10368aa | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu Nov 01 14:08:07 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Mon Dec 03 16:52:35 2018 -0800 |
tree | 7c5c4003dc08ab456eb0a8fb05f05b6e5b320c74 | |
parent | bdabc8e71c8582cd61314f004b9a0283269585bb [diff] |
pstore: Remove needless lock during console writes Since the console writer does not use the preallocated crash dump buffer any more, there is no reason to perform locking around it. Fixes: 70ad35db3321 ("pstore: Convert console write to use ->write_buf") Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>