summaryrefslogtreecommitdiff
path: root/fs/dlm/Makefile
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-07-12 21:44:04 (GMT)
committerSteven Whitehouse <swhiteho@redhat.com>2006-07-13 13:25:34 (GMT)
commit597d0cae0f99f62501e229bed50e8149604015bb (patch)
treeb6cab09ff6fe2246740848164c0a52d5c03136a0 /fs/dlm/Makefile
parent2eb168ca94aba3bcae350ad9b31870955174a218 (diff)
downloadlinux-fsl-qoriq-597d0cae0f99f62501e229bed50e8149604015bb.tar.xz
[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>
Diffstat (limited to 'fs/dlm/Makefile')
-rw-r--r--fs/dlm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/dlm/Makefile b/fs/dlm/Makefile
index 1e6232e..1832e02 100644
--- a/fs/dlm/Makefile
+++ b/fs/dlm/Makefile
@@ -1,6 +1,4 @@
obj-$(CONFIG_DLM) += dlm.o
-obj-$(CONFIG_DLM_DEVICE) += dlm_device.o
-
dlm-y := ast.o \
config.o \
dir.o \
@@ -15,7 +13,7 @@ dlm-y := ast.o \
recover.o \
recoverd.o \
requestqueue.o \
+ user.o \
util.o
dlm-$(CONFIG_DLM_DEBUG) += debug_fs.o
-dlm_device-y := device.o