]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pstore: Introduce write_buf backend callback
authorAnton Vorontsov <anton.vorontsov@linaro.org>
Tue, 10 Jul 2012 00:10:40 +0000 (17:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 16:51:38 +0000 (09:51 -0700)
commit897dba027445be93f40e5caf550556ca38c48c51
tree22b28b1681dd32d9ff9686009c16a5540ce5bc90
parentb2ad368bebc0f772613668e893fa176396e9094c
pstore: Introduce write_buf backend callback

For function tracing we need to stop using pstore.buf directly, since
in a tracing callback we can't use spinlocks, and thus we can't safely
use the global buffer.

With write_buf callback, backends no longer need to access pstore.buf
directly, and thus we can pass any buffers (e.g. allocated on stack).

Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/pstore/platform.c
include/linux/pstore.h