commit | a84b50ceb7d640437d0dc28a2bef0d0de054de89 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Mar 30 17:51:36 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 30 17:51:36 2011 -0700 |
tree | e16a02b6be682dd9c3560fe7639331d1f1d62fa1 | |
parent | 04f482faf50535229a5a5c8d629cf963899f857c [diff] |
sctp: Pass __GFP_NOWARN to hash table allocation attempts. Like DCCP and other similar pieces of code, there are mechanisms here to try allocating smaller hash tables if the allocation fails. So pass in __GFP_NOWARN like the others do instead of emitting a scary message. Reported-by: Dave Jones <davej@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>