mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +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
|
|
|