Re: [PATCH v3 4/9] pstore: allow storing different type id's in ram backend

2012-11-17 Thread Anton Vorontsov
On Thu, Oct 18, 2012 at 02:06:02PM +0300, dragos.tatu...@intel.com wrote: > From: Dragos Tatulea > > Added pstore_type_id in message header when storing to ram. > On write, take into account the contents of this header and > set the type accordingly. > > Signed-off-by: Dragos Tatulea > ---

Re: [PATCH v3 4/9] pstore: allow storing different type id's in ram backend

2012-11-17 Thread Anton Vorontsov
On Thu, Oct 18, 2012 at 02:06:02PM +0300, dragos.tatu...@intel.com wrote: From: Dragos Tatulea dragos.tatu...@intel.com Added pstore_type_id in message header when storing to ram. On write, take into account the contents of this header and set the type accordingly. Signed-off-by: Dragos

[PATCH v3 4/9] pstore: allow storing different type id's in ram backend

2012-10-18 Thread dragos . tatulea
From: Dragos Tatulea Added pstore_type_id in message header when storing to ram. On write, take into account the contents of this header and set the type accordingly. Signed-off-by: Dragos Tatulea --- fs/pstore/ram.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-)

[PATCH v3 4/9] pstore: allow storing different type id's in ram backend

2012-10-18 Thread dragos . tatulea
From: Dragos Tatulea dragos.tatu...@intel.com Added pstore_type_id in message header when storing to ram. On write, take into account the contents of this header and set the type accordingly. Signed-off-by: Dragos Tatulea dragos.tatu...@intel.com --- fs/pstore/ram.c | 18 +++--- 1