[PATCH 3/3] pstore/ram_core: Get rid of prz->ecc enable/disable flag

2012-07-09 Thread Anton Vorontsov
Nowadays we can use prz->ecc_size as a flag, no need for the special member in the prz struct. Signed-off-by: Anton Vorontsov --- fs/pstore/ram_core.c | 10 -- include/linux/pstore_ram.h |1 - 2 files changed, 4 insertions(+), 7 deletions(-) diff --git

[PATCH 3/3] pstore/ram_core: Get rid of prz-ecc enable/disable flag

2012-07-09 Thread Anton Vorontsov
Nowadays we can use prz-ecc_size as a flag, no need for the special member in the prz struct. Signed-off-by: Anton Vorontsov anton.voront...@linaro.org --- fs/pstore/ram_core.c | 10 -- include/linux/pstore_ram.h |1 - 2 files changed, 4 insertions(+), 7 deletions(-) diff