From 428a048662ece2477bc64b02e0fac8addf69606e Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Tue, 7 Sep 2010 14:01:05 +0400 Subject: [PATCH] b=23289 disable osd iam debug by default Disable debug counter in iam. o=zhen.liang i=alex.zhuravlev i=di.wang --- lustre/osd-ldiskfs/osd_iam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osd-ldiskfs/osd_iam.h b/lustre/osd-ldiskfs/osd_iam.h index fe2f66d..68aed7b 100644 --- a/lustre/osd-ldiskfs/osd_iam.h +++ b/lustre/osd-ldiskfs/osd_iam.h @@ -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; -- 1.8.3.1