]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd30c5f76607d05e17aa43802531fc798ad69c3f9
tree853e5818a29816e642689d7e793a845d2519711b
parent157f8ddcfac1ee0641dcfa95a22b08bb2911a0d0
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>
12 files changed:
fs/dlm/Makefile
fs/dlm/dlm_internal.h
fs/dlm/main.c
fs/dlm/plock.c [new file with mode: 0644]
fs/gfs2/locking/dlm/Makefile
fs/gfs2/locking/dlm/lock_dlm.h
fs/gfs2/locking/dlm/main.c
fs/gfs2/locking/dlm/mount.c
fs/gfs2/locking/dlm/plock.c [deleted file]
include/linux/Kbuild
include/linux/dlm_plock.h [new file with mode: 0644]
include/linux/lock_dlm_plock.h [deleted file]