From: Jian Yu Date: Tue, 7 Sep 2010 10:01:05 +0000 (+0400) Subject: b=23289 disable osd iam debug by default X-Git-Tag: 2.0.52.0~18 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=428a048662ece2477bc64b02e0fac8addf69606e;hp=910f68d04916fece5b54137bf78535f5306289f8 b=23289 disable osd iam debug by default Disable debug counter in iam. o=zhen.liang i=alex.zhuravlev i=di.wang --- 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;