From: Wei Liu Date: Tue, 12 Aug 2014 10:48:06 +0000 (+0100) Subject: xen-netback: move NAPI add/remove calls X-Git-Tag: omap-for-v3.17/fixes-against-rc2~59^2~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2c5e134237eadc9924ce821ded678750024549;p=pandora-kernel.git xen-netback: move NAPI add/remove calls Originally netif_napi_add was in xenvif_init_queue and netif_napi_del was in xenvif_deinit_queue, while kthreads were handled in xenvif_connect and xenvif_disconnect. Move netif_napi_add and netif_napi_del to xenvif_connect and xenvif_disconnect so that they reside together with kthread operations. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Zoltan Kiss Signed-off-by: David S. Miller --- Reading git-diff-tree failed