+1
−0
+1
−0
fs/dlm/Kconfig
0 → 100644
+30
−0
fs/dlm/Makefile
0 → 100644
+21
−0
fs/dlm/ast.c
0 → 100644
+167
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This is the core of the distributed lock manager which is required to use GFS2 as a cluster filesystem. It is also used by CLVM and can be used as a standalone lock manager independantly of either of these two projects. It implements VAX-style locking modes. Signed-off-by:David Teigland <teigland@redhat.com> Signed-off-by:
Steve Whitehouse <swhiteho@redhat.com>