]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf943b5d0bf92f097f790bb605a765f7b776747e9
tree4c44e87b1a80d4745416c9973258c40db8433829
parent860c541d97b782b0cbefcb9804498f157205d39c
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