Whamcloud - gitweb
b=23289 disable osd iam debug by default
authorJian Yu <Jian.Yu@sun.com>
Tue, 7 Sep 2010 10:01:05 +0000 (14:01 +0400)
committerMikhail Pershin <tappro@sun.com>
Tue, 7 Sep 2010 20:11:25 +0000 (00:11 +0400)
Disable debug counter in iam.

o=zhen.liang
i=alex.zhuravlev
i=di.wang

lustre/osd-ldiskfs/osd_iam.h

index fe2f66d..68aed7b 100644 (file)
@@ -993,7 +993,7 @@ int iam_lvar_create(struct inode *obj,
 #endif
 
 #define BH_DXLock        25
-#define DX_DEBUG (1)
+#define DX_DEBUG (0)
 #if DX_DEBUG
 static struct iam_lock_stats {
         unsigned dls_bh_lock;