commit | 813d974c53a2b353566a86bb127625b403696dae | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Thu Sep 20 10:59:48 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Sep 20 15:06:10 2007 -0700 |
tree | bc568671141e7d2271b17a07f57f9ce134c0c75a | |
parent | 5c26a7b70f89c36e8d9acc95cb896c3cd205fc8d [diff] |
ocfs2: Pack vote message and response structures The ocfs2_vote_msg and ocfs2_response_msg structs needed to be packed to ensure similar sizeofs in 32-bit and 64-bit arches. Without this, we had inadvertantly broken 32/64 bit cross mounts. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>