Re: [PATCH v3 8/9] pstore: max out console log level during sysfs dump switch

2012-11-17 Thread Anton Vorontsov
On Thu, Oct 18, 2012 at 02:06:06PM +0300, dragos.tatu...@intel.com wrote: > From: Dragos Tatulea > > Otherwise we might miss out on some pstore dumpers that use > printks below current log level. If anything, this should be folded into 'pstore: add debugfs support for causing dumps and panics'.

[PATCH v3 8/9] pstore: max out console log level during sysfs dump switch

2012-10-18 Thread dragos . tatulea
From: Dragos Tatulea Otherwise we might miss out on some pstore dumpers that use printks below current log level. Signed-off-by: Dragos Tatulea --- fs/pstore/platform.c |4 1 file changed, 4 insertions(+) diff --git a/fs/pstore/platform.c b/fs/pstore/platform.c index 25f59ed..e3ad13e