From: Veaceslav Falico Date: Wed, 25 Sep 2013 07:20:06 +0000 (+0200) Subject: net: use lists as arguments instead of bool upper X-Git-Tag: v3.13-rc1~105^2~309^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7863c054d1b4fd35f76c13e2e918f7f483fe48f4;p=pandora-kernel.git net: use lists as arguments instead of bool upper Currently we make use of bool upper when we want to specify if we want to work with upper/lower list. It's, however, harder to read, debug and occupies a lot more code. Fix this by just passing the correct upper/lower_dev_list list_head pointer instead of bool upper, and work internally with it. CC: "David S. Miller" CC: Eric Dumazet CC: Jiri Pirko CC: Alexander Duyck CC: Cong Wang Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed