From b043710ec30a23dc77a2c9eaeb5a6b338c3e41bc Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Mon, 19 Dec 2011 17:12:24 -0500 Subject: [PATCH] --- yaml --- r: 288825 b: refs/heads/master c: 74df138d508eb35e8b929e165e5403cfbb46a0c5 h: refs/heads/master i: 288823: a841b9926f4efd358988b26d1032a2cdb5001046 v: v3 --- [refs] | 2 +- trunk/lib/dynamic_debug.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8003a0a22297..47b7a52749be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b558c96ffa53f4b3dd52b774e4fb7a52982ab52b +refs/heads/master: 74df138d508eb35e8b929e165e5403cfbb46a0c5 diff --git a/trunk/lib/dynamic_debug.c b/trunk/lib/dynamic_debug.c index 416c0794ddd3..8c88b892ebb8 100644 --- a/trunk/lib/dynamic_debug.c +++ b/trunk/lib/dynamic_debug.c @@ -60,6 +60,7 @@ struct ddebug_iter { static DEFINE_MUTEX(ddebug_lock); static LIST_HEAD(ddebug_tables); static int verbose = 0; +module_param(verbose, int, 0644); /* Return the last part of a pathname */ static inline const char *basename(const char *path)