From: Eric Dumazet Date: Tue, 20 Oct 2009 02:35:50 +0000 (+0000) Subject: ifb: should not use __dev_get_by_index() without locks X-Git-Tag: v2.6.32-rc6~32^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db519144243de6b17ff0c56c26f06059743110a7;p=pandora-kernel.git ifb: should not use __dev_get_by_index() without locks At this point (ri_tasklet()), RTNL or dev_base_lock are not held, we must use dev_get_by_index() instead of __dev_get_by_index() Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed