mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
|
|
|