fs/ocfs2/dlm/Makefile
0 → 100644
+6
−0
fs/ocfs2/dlm/dlmapi.h
0 → 100644
+214
−0
fs/ocfs2/dlm/dlmast.c
0 → 100644
+466
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
A distributed lock manager built with the cluster file system use case in mind. The OCFS2 dlm exposes a VMS style API, though things have been simplified internally. The only lock levels implemented currently are NLMODE, PRMODE and EXMODE. Signed-off-by:Mark Fasheh <mark.fasheh@oracle.com> Signed-off-by:
Kurt Hackel <kurt.hackel@oracle.com>