mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-09 06:55:13 +07:00
![David Teigland](/assets/img/avatar_default.png)
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
|
|
|