From: Vitaly Fertman Date: Wed, 24 Nov 2010 01:30:44 +0000 (+0300) Subject: b=22598 X-Git-Tag: 2.1.57.0~22 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=8b3a9994e41b24e20ca839388e0ea47fbab06c53 b=22598 disable thandle debug usage statistics --- diff --git a/lustre/osd-ldiskfs/osd_internal.h b/lustre/osd-ldiskfs/osd_internal.h index b76f043..30f44f3 100644 --- a/lustre/osd-ldiskfs/osd_internal.h +++ b/lustre/osd-ldiskfs/osd_internal.h @@ -80,7 +80,7 @@ struct inode; #define OSD_COUNTERS (0) /** Enable thandle usage statistics */ -#define OSD_THANDLE_STATS (1) +#define OSD_THANDLE_STATS (0) #ifdef HAVE_QUOTA_SUPPORT struct osd_ctxt {