ocfs2: Separate out dlm lock functions.
authorJoel Becker <joel.becker@oracle.com>
Wed, 30 Jan 2008 01:37:32 +0000 (17:37 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:03 +0000 (08:56 -0700)
commit24ef1815e5e13e50196eb1ab8ddc0d783443bdf8
tree4c44e87b1a80d4745416c9973258c40db8433829
parent386a2ef8576e966076c293f6496b9e3d7e3d9035
ocfs2: Separate out dlm lock functions.

This is the first in a series of patches to isolate ocfs2 from the
underlying cluster stack. Here we wrap the dlm locking functions with
ocfs2-specific calls. Because ocfs2 always uses the same dlm lock status
callbacks, we can eliminate the callbacks from the filesystem visible
functions.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/Makefile
fs/ocfs2/dlmglue.c
fs/ocfs2/dlmglue.h
fs/ocfs2/stackglue.c [new file with mode: 0644]
fs/ocfs2/stackglue.h [new file with mode: 0644]
fs/ocfs2/super.c