[PATCH] net: don't call kmem_cache_create with a spinlock held
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 16 Apr 2005 22:24:09 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:24:09 +0000 (15:24 -0700)
commit2a27805127aee1e7e62854bcf9ca8c355c23b73e
treed76f7f634e43bf3797657c5cb2d2b222ffd76f8b
parent9f3786dc8b1d6229dbe76e364323f0d787e7a0ea
[PATCH] net: don't call kmem_cache_create with a spinlock held

This fixes the warning reported by Marcel Holtmann (Thanks!).

Signed-off-by: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/core/sock.c