From 263c582888d3cd2a5c8e32225140723ec31f1709 Mon Sep 17 00:00:00 2001 From: Simon Derr Date: Tue, 11 Mar 2014 10:13:09 +0100 Subject: [PATCH] 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-format-patch failed