From: David Vrabel Date: Wed, 4 Mar 2015 11:14:48 +0000 (+0000) Subject: xen-netback: refactor xenvif_handle_frag_list() X-Git-Tag: omap-for-v4.1/wl12xx-dt~34^2~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c21badf174eb00160f842398f3918d7b365853;p=pandora-kernel.git xen-netback: refactor xenvif_handle_frag_list() When handling a from-guest frag list, xenvif_handle_frag_list() replaces the frags before calling the destructor to clean up the original (foreign) frags. Whilst this is safe (the destructor doesn't actually use the frags), it looks odd. Reorder the function to be less confusing. Signed-off-by: David Vrabel Signed-off-by: David S. Miller --- Reading git-diff-tree failed