From 15a96a2fee7ab066234cee9525e02b5eada72cb6 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 21 Aug 2012 21:50:58 +0300 Subject: [PATCH] --- yaml --- r: 322193 b: refs/heads/master c: 65b455b123c7e2b835a0b7148f9bae584f95000e h: refs/heads/master i: 322191: 4965b78fa19a49c8402097d44919eb82e6d3f22f v: v3 --- [refs] | 2 +- trunk/fs/ubifs/debug.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8ed5c4fbf44a..5508ab2f532d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c212f4020de7b5d35a71327d1483120a698d60a0 +refs/heads/master: 65b455b123c7e2b835a0b7148f9bae584f95000e diff --git a/trunk/fs/ubifs/debug.h b/trunk/fs/ubifs/debug.h index 8b8cc4e945f4..760de723dadb 100644 --- a/trunk/fs/ubifs/debug.h +++ b/trunk/fs/ubifs/debug.h @@ -167,7 +167,7 @@ struct ubifs_global_debug_info { #define ubifs_dbg_msg(type, fmt, ...) \ pr_debug("UBIFS DBG " type ": " fmt "\n", ##__VA_ARGS__) -#define DBG_KEY_BUF_LEN 32 +#define DBG_KEY_BUF_LEN 48 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ char __tmp_key_buf[DBG_KEY_BUF_LEN]; \ pr_debug("UBIFS DBG " type ": " fmt "%s\n", ##__VA_ARGS__, \