mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-13 12:48:33 +00: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
|
|
|