menuconfig [31mCONFIG_DLM[0m tristate "Distributed Lock Manager (DLM)" depends on [31mCONFIG_INET[0m depends on [31mCONFIG_SYSFS[0m && [31mCONFIG_CONFIGFS_FS[0m && ([31mCONFIG_IPV6[0m || [31mCONFIG_IPV6[0m=n) select [31mCONFIG_IP_SCTP[0m help [31mCONFIG_A[0m general purpose distributed lock manager for kernel or userspace applications. config [31mCONFIG_DLM_DEBUG[0m bool "DLM debugging" depends on [31mCONFIG_DLM[0m help Under the debugfs mount point, the name of each lockspace will appear as a file in the "dlm" directory. The output is the list of resource and locks the local node knows about. |