Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317340
b: refs/heads/master
c: 521f728
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed Jun 13, 2012
1 parent 83a6592 commit fd091e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3f5f075c2e2c52c9c656c54ea77ceff5b2e1e25
refs/heads/master: 521f7288a8126a8ec28e3ab623aacf0590684b80
6 changes: 4 additions & 2 deletions trunk/fs/pstore/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@
* whether the system is actually still running well enough
* to let someone see the entry
*/
static int pstore_update_ms = 60000;
static int pstore_update_ms = -1;
module_param_named(update_ms, pstore_update_ms, int, 0600);
MODULE_PARM_DESC(update_ms, "milliseconds before pstore updates its content "
"(default is 60000; -1 means runtime updates are disabled)");
"(default is -1, which means runtime updates are disabled; "
"enabling this option is not safe, it may lead to further "
"corruption on Oopses)");

static int pstore_new_entry;

Expand Down

0 comments on commit fd091e1

Please sign in to comment.