commit | 8f2c9c1b16bf6ed0903b29c49d56fa0109a390e4 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Fri Feb 01 12:16:57 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 18 08:56:04 2008 -0700 |
tree | 8564370d96cbfb3a0125f17c93ee3587efef1ed1 | |
parent | 7431cd7e8dd0e46e9b12bd6a1ac1286f4b420371 [diff] |
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>