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)
commit52bda2b5bab87c388848bbc0f4d28d04858d5a7d
treefeccf9f201d21fa3891884cfb7a46883b1adfea6
parent11b2498ba7c88343d91630d679c8f2aeb8d57c48
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>
fs/dlm/dir.c
fs/dlm/lock.c
fs/dlm/lockspace.c
fs/dlm/memory.c
fs/dlm/memory.h
fs/dlm/recover.c