Re: [PATCH v3 7/9] pstore: make sure pstore_write exists on flush error

2012-11-17 Thread Anton Vorontsov
On Thu, Oct 18, 2012 at 02:06:05PM +0300, dragos.tatu...@intel.com wrote: > From: Dragos Tatulea > > Return error if flushing to backend failed. I think you can easily fold this into 'pstore: add support for external writers'. Thanks. > Signed-off-by: Dragos Tatulea > --- > fs/pstore/platfor

[PATCH v3 7/9] pstore: make sure pstore_write exists on flush error

2012-10-18 Thread dragos . tatulea
From: Dragos Tatulea Return error if flushing to backend failed. Signed-off-by: Dragos Tatulea --- fs/pstore/platform.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/fs/pstore/platform.c b/fs/pstore/platform.c index 3a4c38f..25f59ed 100644 --- a/fs/pstore/platf