From: Rami Rosen Date: Tue, 5 Aug 2008 08:19:50 +0000 (-0700) Subject: ipv4: remove unused field in struct flowi (include/net/flow.h). X-Git-Tag: v2.6.27-rc2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95c3e8bfcdea8676e2d4d61910c379f4502049bf;p=pandora-kernel.git ipv4: remove unused field in struct flowi (include/net/flow.h). This patch removes an unused field (flags) from struct flowi; it seems that this "flags" field was used once in the past for multipath routing with FLOWI_FLAG_MULTIPATHOLDROUTE flag (which does no longer exist); however, the "flags" field of struct flowi is not used anymore. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- Reading git-diff-tree failed