[PATCH 5/8] pstore/ram: Convert to write_buf callback

2012-07-09 Thread Anton Vorontsov
Don't use pstore.buf directly, instead convert the code to write_buf callback which passes a pointer to a buffer as an argument. Signed-off-by: Anton Vorontsov --- fs/pstore/ram.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/fs/pstore/ram.c

[PATCH 5/8] pstore/ram: Convert to write_buf callback

2012-07-09 Thread Anton Vorontsov
Don't use pstore.buf directly, instead convert the code to write_buf callback which passes a pointer to a buffer as an argument. Signed-off-by: Anton Vorontsov anton.voront...@linaro.org --- fs/pstore/ram.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git