From 50575eb7aa604ca9d4db50d8bfdf5ffdce066c67 Mon Sep 17 00:00:00 2001 From: tianzy Date: Thu, 4 Jun 2009 07:26:53 +0000 Subject: [PATCH] Branch b1_8 fix a fake mem leak b=18574 i=johann --- lustre/lvfs/fsfilt_ext3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index 4f624d9..35cacb6 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -2061,7 +2061,7 @@ static int fsfilt_ext3_quotacheck(struct super_block *sb, cqget(sb, qctxt->qckt_hash, &qctxt->qckt_list, dqid->di_id, i, qctxt->qckt_first_check[i]); - kfree(dqid); + OBD_FREE_PTR(dqid); } } #endif -- 1.8.3.1