commit | 57a51048da742c764b6ce5d028c7f334ae04d363 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Thu Aug 09 14:05:51 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 01 15:18:44 2012 -0700 |
tree | 21a35aa29c1d04b25b7e00bc375e1cc198a01fe8 | |
parent | 6938867edba929a65a167a97581231e76aeb10b4 [diff] |
NFS: Use kzalloc() instead of kmalloc() in the idmapper 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>