[DLM] dlm: user locks
authorDavid Teigland <teigland@redhat.com>
Wed, 12 Jul 2006 21:44:04 +0000 (16:44 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 13 Jul 2006 13:25:34 +0000 (09:25 -0400)
commit597d0cae0f99f62501e229bed50e8149604015bb
treeb6cab09ff6fe2246740848164c0a52d5c03136a0
parent2eb168ca94aba3bcae350ad9b31870955174a218
[DLM] dlm: user locks

This changes the way the dlm handles user locks.  The core dlm is now
aware of user locks so they can be dealt with more efficiently.  There is
no more dlm_device module which previously managed its own duplicate copy
of every user lock.

Signed-off-by: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
13 files changed:
fs/dlm/Kconfig
fs/dlm/Makefile
fs/dlm/ast.c
fs/dlm/device.c [deleted file]
fs/dlm/dlm_internal.h
fs/dlm/lock.c
fs/dlm/lock.h
fs/dlm/lockspace.c
fs/dlm/lockspace.h
fs/dlm/main.c
fs/dlm/memory.c
fs/dlm/user.c [new file with mode: 0644]
fs/dlm/user.h [new file with mode: 0644]