[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1393569464-14904-1-git-send-email-shuox.liu@intel.com>
Date: Fri, 28 Feb 2014 14:37:44 +0800
From: shuox.liu@...el.com
To: linux-kernel@...r.kernel.org
Cc: tony.luck@...el.com, keescook@...omium.org, ccross@...roid.com,
anton@...msg.org, yanmin_zhang@...ux.intel.com
Subject: [PATCH] pstore: reset ftrace_read_cnt at ramoops_pstore_open
From: Liu ShuoX <shuox.liu@...el.com>
ftrace_read_cnt need to be reset in open to support mutli times
getting the records.
Signed-off-by: Liu ShuoX <shuox.liu@...el.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists