commit | 52bda2b5bab87c388848bbc0f4d28d04858d5a7d | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Wed Nov 07 09:06:49 2007 -0600 |
committer | David Teigland <teigland@redhat.com> | Tue Jan 29 17:17:19 2008 -0600 |
tree | feccf9f201d21fa3891884cfb7a46883b1adfea6 | |
parent | 11b2498ba7c88343d91630d679c8f2aeb8d57c48 [diff] |
dlm: use dlm prefix on alloc and free functions The dlm functions in memory.c should use the dlm_ prefix. Also, use kzalloc/kfree directly for dlm_direntry's, removing the wrapper functions. Signed-off-by: David Teigland <teigland@redhat.com>