[Ocfs2-commits] zab commits r2022 - trunk/fs/ocfs2
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Mon Mar 21 13:00:14 CST 2005
Author: zab
Signed-off-by: mfasheh
Date: 2005-03-21 13:00:12 -0600 (Mon, 21 Mar 2005)
New Revision: 2022
Modified:
trunk/fs/ocfs2/slot_map.c
Log:
o be sure to free and decref the members of slot_info when it's destroyed
Signed-off-by: mfasheh
Modified: trunk/fs/ocfs2/slot_map.c
===================================================================
--- trunk/fs/ocfs2/slot_map.c 2005-03-21 17:50:00 UTC (rev 2021)
+++ trunk/fs/ocfs2/slot_map.c 2005-03-21 19:00:12 UTC (rev 2022)
@@ -283,6 +283,6 @@
bail:
osb->slot_info = NULL;
- kfree(si);
+ ocfs2_free_slot_info(si);
}
More information about the Ocfs2-commits
mailing list