public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pstore: reset ftrace_read_cnt at ramoops_pstore_open
@ 2014-02-28  6:37 shuox.liu
  2014-03-02  9:03 ` Zhang, Yanmin
  2014-03-03 19:45 ` Kees Cook
  0 siblings, 2 replies; 10+ messages in thread
From: shuox.liu @ 2014-02-28  6:37 UTC (permalink / raw)
  To: linux-kernel; +Cc: tony.luck, keescook, ccross, anton, yanmin_zhang

From: Liu ShuoX <shuox.liu@intel.com>

ftrace_read_cnt need to be reset in open to support mutli times
getting the records.

Signed-off-by: Liu ShuoX <shuox.liu@intel.com>
---
 fs/pstore/ram.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c
index fa8cef2..a5d0cab 100644
--- a/fs/pstore/ram.c
+++ b/fs/pstore/ram.c
@@ -101,6 +101,7 @@ static int ramoops_pstore_open(struct pstore_info *psi)
 
 	cxt->dump_read_cnt = 0;
 	cxt->console_read_cnt = 0;
+	cxt->ftrace_read_cnt = 0;
 	return 0;
 }
 
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-03-08  4:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28  6:37 [PATCH] pstore: reset ftrace_read_cnt at ramoops_pstore_open shuox.liu
2014-03-02  9:03 ` Zhang, Yanmin
2014-03-03 19:45 ` Kees Cook
2014-03-04  1:40   ` Liu ShuoX
2014-03-04 19:11     ` Kees Cook
2014-03-07  2:58       ` Liu ShuoX
2014-03-07  5:43         ` Kees Cook
2014-03-07 21:25         ` Andrew Morton
2014-03-08  0:23           ` Kees Cook
2014-03-08  4:09             ` [PATCH] pstore: clarify clearing of _read_cnt in ramoops_context Liu Shuo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox