From: Artem B. Bityuckiy Date: Sun, 26 Mar 2006 16:58:31 +0000 (+0200) Subject: Remove ugly debugging stuff X-Git-Tag: v2.6.17-rc1~480^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3be7d29fb9c02962b49be636b30ca9cadd0fda4b;p=platform%2Fkernel%2Flinux-3.10.git Remove ugly debugging stuff Signed-off-by: Adrian Bunk --- diff --git a/fs/dcache.c b/fs/dcache.c index 0c78f05..0778f49 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -34,7 +34,6 @@ #include #include -/* #define DCACHE_DEBUG 1 */ int sysctl_vfs_cache_pressure = 100; EXPORT_SYMBOL_GPL(sysctl_vfs_cache_pressure); @@ -603,10 +602,6 @@ resume: */ if (!list_empty(&dentry->d_subdirs)) { this_parent = dentry; -#ifdef DCACHE_DEBUG -printk(KERN_DEBUG "select_parent: descending to %s/%s, found=%d\n", -dentry->d_parent->d_name.name, dentry->d_name.name, found); -#endif goto repeat; } } @@ -616,10 +611,6 @@ dentry->d_parent->d_name.name, dentry->d_name.name, found); if (this_parent != parent) { next = this_parent->d_u.d_child.next; this_parent = this_parent->d_parent; -#ifdef DCACHE_DEBUG -printk(KERN_DEBUG "select_parent: ascending to %s/%s, found=%d\n", -this_parent->d_parent->d_name.name, this_parent->d_name.name, found); -#endif goto resume; } out: