From: Harish Zunjarrao Date: Tue, 12 Jan 2010 20:59:50 +0000 (-0800) Subject: [SCSI] fc-transport: Use packed modifier for fc_bsg_request structure. X-Git-Tag: v2.6.33-rc6~14^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda05a28ec52be40086400a1b606d211276f0e41;p=pandora-kernel.git [SCSI] fc-transport: Use packed modifier for fc_bsg_request structure. The 32bit kernel does not add padding bytes in the fc_bsg_request structure whereas the 64bit kernel adds padding bytes in the fc_bsg_request structure. Due to this, structure elements gets mismatched with 32bit application and 64bit kernel.To resolve this, used packed modifier to avoid adding padding bytes. Signed-off-by: Giridhar Malavali Signed-off-by: James Bottomley --- Reading git-diff-tree failed