Re: [PATCH v3 3/9] pstore: add support for external writers

2012-11-17 Thread Anton Vorontsov
On Thu, Oct 18, 2012 at 02:06:01PM +0300, dragos.tatu...@intel.com wrote: > From: Adrian Hunter > > Other modules that may wish to write to persistent storage > are supported by adding a notifier and write function. > > The notifier has 3 events: PSTORE_BEGIN, PSTORE_DUMP and > PSTORE_END. Exte

[PATCH v3 3/9] pstore: add support for external writers

2012-10-18 Thread dragos . tatulea
From: Adrian Hunter Other modules that may wish to write to persistent storage are supported by adding a notifier and write function. The notifier has 3 events: PSTORE_BEGIN, PSTORE_DUMP and PSTORE_END. External writers use the PSTORE_DUMP event whereas the PSTORE_BEGIN and PSTORE_END can be us