From: Peter Zijlstra Date: Wed, 9 May 2007 06:30:11 +0000 (+0200) Subject: sunrpc: fix crash in rpc_malloc() X-Git-Tag: v2.6.22-rc1~139^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddce40df6e14dd474bbd9daa006dcc290dea6326;p=pandora-kernel.git sunrpc: fix crash in rpc_malloc() While the comment says: * To prevent rpciod from hanging, this allocator never sleeps, * returning NULL if the request cannot be serviced immediately. The function does not actually check for NULL pointers being returned. Signed-off-by: Peter Zijlstra Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed