From: Simon Derr Date: Tue, 11 Mar 2014 09:13:09 +0000 (+0100) Subject: 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together. X-Git-Tag: v3.15-rc1~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263c582888d3cd2a5c8e32225140723ec31f1709;p=pandora-kernel.git 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together. There is no point in allocating these structs separately. Changing this makes the code a little simpler and saves a few bytes of memory. Reported-by: Herve Vico Signed-off-by: Simon Derr Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed