Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a53b1
)
Branch b_release_1_8_1
author
tianzy
<tianzy>
Thu, 4 Jun 2009 07:26:56 +0000
(07:26 +0000)
committer
tianzy
<tianzy>
Thu, 4 Jun 2009 07:26:56 +0000
(07:26 +0000)
fix a fake mem leak
b=18574
i=johann
lustre/lvfs/fsfilt_ext3.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/fsfilt_ext3.c
b/lustre/lvfs/fsfilt_ext3.c
index
f25b372
..
6a1dcf1
100644
(file)
--- 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