dlm: use dlm prefix on alloc and free functions
authorDavid Teigland <teigland@redhat.com>
Wed, 7 Nov 2007 15:06:49 +0000 (09:06 -0600)
committerDavid Teigland <teigland@redhat.com>
Tue, 29 Jan 2008 23:17:19 +0000 (17:17 -0600)
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>

No differences found