mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
2402211a83
Move the code that handles cluster posix locks from gfs2 into the dlm so that it can be used by both gfs2 and ocfs2. Signed-off-by: David Teigland <teigland@redhat.com>
21 lines
343 B
Makefile
21 lines
343 B
Makefile
obj-$(CONFIG_DLM) += dlm.o
|
|
dlm-y := ast.o \
|
|
config.o \
|
|
dir.o \
|
|
lock.o \
|
|
lockspace.o \
|
|
main.o \
|
|
member.o \
|
|
memory.o \
|
|
midcomms.o \
|
|
netlink.o \
|
|
lowcomms.o \
|
|
plock.o \
|
|
rcom.o \
|
|
recover.o \
|
|
recoverd.o \
|
|
requestqueue.o \
|
|
user.o \
|
|
util.o
|
|
dlm-$(CONFIG_DLM_DEBUG) += debug_fs.o
|
|
|