[IPSEC]: Don't warn if high-order hash resize fails
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 14 May 2007 09:19:11 +0000 (02:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 May 2007 09:19:11 +0000 (02:19 -0700)
commit6253db055eb62a1bd0a18a1d8489565303b2b1dd
tree06440f71cda30cd10523424dc9855ac6076d9f1c
parentb5505c6e1071b32176c7548a3aaf0be49f7c763e
[IPSEC]: Don't warn if high-order hash resize fails

Multi-page allocations are always likely to fail.  Since such failures
are expected and non-critical in xfrm_hash_alloc, we shouldn't warn about
them.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_hash.c