]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Create the lock status block union.
authorJoel Becker <joel.becker@oracle.com>
Fri, 1 Feb 2008 20:16:57 +0000 (12:16 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:04 +0000 (08:56 -0700)
commitbaf30443ba8a2f2ef786fd9186716885337df13a
tree8564370d96cbfb3a0125f17c93ee3587efef1ed1
parent326e5f85a1d1636a55123520a2eb5c822765684f
ocfs2: Create the lock status block union.

Wrap the lock status block (lksb) in a union.  Later we will add a union
element for the fs/dlm lksb.  Create accessors for the status and lvb
fields.

Other than a debugging function, dlmglue.c does not directly reference
the o2dlm locking path anymore.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/dlmglue.c
fs/ocfs2/ocfs2.h
fs/ocfs2/stackglue.c
fs/ocfs2/stackglue.h