diff options
author | Joel Becker <joel.becker@oracle.com> | 2010-01-29 17:46:44 -0500 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-02-26 18:41:14 -0500 |
commit | c0e4133851ed94c73ee3d34a2f2a245fcd0a60a1 (patch) | |
tree | fd2dd796c4f07d669f00196670bbba5e5a931614 /fs/ocfs2/ocfs2.h | |
parent | a796d2862aed8117acc9f470f3429a5ee852912e (diff) |
ocfs2: Attach the connection to the lksb
We're going to want it in the ast functions, so we convert union
ocfs2_dlm_lksb to struct ocfs2_dlm_lksb and let it carry the connection.
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r-- | fs/ocfs2/ocfs2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index 8857dd724f90..b27fe2489e0c 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
@@ -159,7 +159,7 @@ struct ocfs2_lock_res { | |||
159 | int l_level; | 159 | int l_level; |
160 | unsigned int l_ro_holders; | 160 | unsigned int l_ro_holders; |
161 | unsigned int l_ex_holders; | 161 | unsigned int l_ex_holders; |
162 | union ocfs2_dlm_lksb l_lksb; | 162 | struct ocfs2_dlm_lksb l_lksb; |
163 | 163 | ||
164 | /* used from AST/BAST funcs. */ | 164 | /* used from AST/BAST funcs. */ |
165 | enum ocfs2_ast_action l_action; | 165 | enum ocfs2_ast_action l_action; |