]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
[GFS2] The lock modules for GFS2
authorDavid Teigland <teigland@redhat.com>
Mon, 16 Jan 2006 16:52:38 +0000 (16:52 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 16 Jan 2006 16:52:38 +0000 (16:52 +0000)
commit29b7998d887529eca1ef43c8ca7b278448dc983c
tree8968045a976eba9ce349b045c8db7a9ee82a6a2e
parentb3b94faa5fe5968827ba0640ee9fba4b3e7f736e
[GFS2] The lock modules for GFS2

This patch contains the pluggable locking modules
for GFS2.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/locking/dlm/Makefile [new file with mode: 0644]
fs/gfs2/locking/dlm/lock.c [new file with mode: 0644]
fs/gfs2/locking/dlm/main.c [new file with mode: 0644]
fs/gfs2/locking/dlm/mount.c [new file with mode: 0644]
fs/gfs2/locking/dlm/sysfs.c [new file with mode: 0644]
fs/gfs2/locking/dlm/thread.c [new file with mode: 0644]
fs/gfs2/locking/nolock/Makefile [new file with mode: 0644]
fs/gfs2/locking/nolock/lock_nolock.mod.c [new file with mode: 0644]
fs/gfs2/locking/nolock/main.c [new file with mode: 0644]