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:
6938867
)
NFS: Use kzalloc() instead of kmalloc() in the idmapper
author
Bryan Schumaker
<bjschuma@netapp.com>
Thu, 9 Aug 2012 18:05:51 +0000
(14:05 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 1 Oct 2012 22:18:44 +0000
(15:18 -0700)
This will allocate memory that has already been zeroed, allowing us to
remove the memset later on.
Signed-off-by: Bryan Schumaker <bjchuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found