Rename kfree to kmm_free for consistency with other naming conventions

This commit is contained in:
Gregory Nutt
2014-08-31 17:04:02 -06:00
parent 204e5b1162
commit 54fa3b0b59
137 changed files with 646 additions and 641 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ int inode_remove(FAR const char *path)
/* And delete it now -- recursively to delete all of its children */
inode_free(node->i_child);
kfree(node);
kmm_free(node);
return OK;
}
}