dlm: move plock code from gfs2
authorDavid Teigland <teigland@redhat.com>
Fri, 14 Mar 2008 20:09:15 +0000 (15:09 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 21 Apr 2008 16:22:28 +0000 (11:22 -0500)
commit2402211a8389282fd2942fad4511f02c0eeeffc5
tree853e5818a29816e642689d7e793a845d2519711b
parentd44e0fc704143624b3e88fbf8fbcfda7a83fd299
dlm: move plock code from gfs2

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>
fs/dlm/Makefile
fs/dlm/dlm_internal.h
fs/dlm/main.c
fs/dlm/plock.c [moved from fs/gfs2/locking/dlm/plock.c with 67% similarity]
fs/gfs2/locking/dlm/Makefile
fs/gfs2/locking/dlm/lock_dlm.h
fs/gfs2/locking/dlm/main.c
fs/gfs2/locking/dlm/mount.c
include/linux/Kbuild
include/linux/dlm_plock.h [new file with mode: 0644]
include/linux/lock_dlm_plock.h [deleted file]