|
@@ -60,6 +60,7 @@ struct ddebug_iter {
|
|
static DEFINE_MUTEX(ddebug_lock);
|
|
static DEFINE_MUTEX(ddebug_lock);
|
|
static LIST_HEAD(ddebug_tables);
|
|
static LIST_HEAD(ddebug_tables);
|
|
static int verbose = 0;
|
|
static int verbose = 0;
|
|
|
|
+module_param(verbose, int, 0644);
|
|
|
|
|
|
/* Return the last part of a pathname */
|
|
/* Return the last part of a pathname */
|
|
static inline const char *basename(const char *path)
|
|
static inline const char *basename(const char *path)
|