git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4cc6ee
)
sunrpc: fix crash in rpc_malloc()
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Wed, 9 May 2007 06:30:11 +0000
(08:30 +0200)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 9 May 2007 21:58:00 +0000
(17:58 -0400)
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 <a.p.zijlstra@chello.nl>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found