From: Neil Horman Date: Sat, 3 Aug 2013 10:45:54 +0000 (+0000) Subject: fcoe: make sure fcoe frames are unshared prior to manipulating them X-Git-Tag: v3.13-rc1~99^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6124345207e4c2141bed78f1bf7c4f526a6d19;p=pandora-kernel.git fcoe: make sure fcoe frames are unshared prior to manipulating them Based on my last patch I noticed that fcoe_rcv has a simmilar problem, in that it manipulates the passed in skb without checking to see if it has other users. Making manipulations to a shared skb can result in various corruptions. Easy fix, just make sure the skb is unshared prior to doing anything with it. Signed-off-by: Neil Horman Signed-off-by: Robert Love --- Reading git-diff-tree failed