From: Joel Becker Date: Fri, 1 Feb 2008 20:16:57 +0000 (-0800) Subject: ocfs2: Create the lock status block union. X-Git-Tag: v2.6.26-rc1~1143^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f2c9c1b16bf6ed0903b29c49d56fa0109a390e4;p=pandora-kernel.git 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 Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed