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>
4 lines
102 B
Makefile
4 lines
102 B
Makefile
obj-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
|
|
lock_dlm-y := lock.o main.o mount.o sysfs.o thread.o
|
|
|