From: Robert Love Date: Fri, 16 Dec 2011 22:24:49 +0000 (-0800) Subject: [SCSI] fcoe: remove double check if skb is nonlinear X-Git-Tag: v3.3-rc1~15^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1633011e4fcb65bf65aebeaf4024efdc4c49d6e;p=pandora-kernel.git [SCSI] fcoe: remove double check if skb is nonlinear skb_linearize already has a check for skb_is_nonlinear, there is no need to duplicate the check in fcoe.c. This patch simply removes the unnecessary check and calls skb_linearize unconditionally. Reported-by: patrick kelle Signed-off-by: Robert Love Acked-by: patrick kelle Signed-off-by: James Bottomley --- Reading git-diff-tree failed