commit | 80c0bc9e37adfc892af82cb6aa8cace79f8a96cb | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Mar 01 14:36:37 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 01 14:36:37 2011 -0800 |
tree | 0f4abc233d9661e85c7c7ecb064a75a8f0984f1f | |
parent | a1414715f0ac905fb4b3a158ff6548d37bbe6165 [diff] [blame] |
xfrm: Kill XFRM_LOOKUP_WAIT flag. This can be determined from the flow flags instead. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/dst.h b/include/net/dst.h index 4fedffd..15d67c8 100644 --- a/include/net/dst.h +++ b/include/net/dst.h
@@ -421,8 +421,7 @@ /* Flags for xfrm_lookup flags argument. */ enum { - XFRM_LOOKUP_WAIT = 1 << 0, - XFRM_LOOKUP_ICMP = 1 << 1, + XFRM_LOOKUP_ICMP = 1 << 0, }; struct flowi;