From 894190c09e26ba3e2aaed9d74e57539972468339 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 15 Aug 2010 10:02:10 +0000 Subject: [PATCH] Removed superfluous __attribute__((packed)). git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1952 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 60f365468..589021f5d 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -154,7 +154,7 @@ struct srp_cred_req { u8 reserved[2]; __be32 req_lim_delta; __be64 tag; -} __attribute__((packed)); +}; struct rdma_iu { u64 raddr;