]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit8f2c9c1b16bf6ed0903b29c49d56fa0109a390e4
tree8564370d96cbfb3a0125f17c93ee3587efef1ed1
parent7431cd7e8dd0e46e9b12bd6a1ac1286f4b420371
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