From: Herbert Xu Date: Tue, 18 May 2010 22:36:06 +0000 (-0700) Subject: ipv6: Replace inet6_ifaddr->dead with state X-Git-Tag: v2.6.35-rc1~473^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d3e084975869754d16f639378675c353560be9;p=pandora-kernel.git ipv6: Replace inet6_ifaddr->dead with state This patch replaces the boolean dead flag on inet6_ifaddr with a state enum. This allows us to roll back changes when deleting an address according to whether DAD has completed or not. This patch only adds the state field and does not change the logic. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed