From: Bryan Schumaker Date: Thu, 9 Aug 2012 18:05:51 +0000 (-0400) Subject: NFS: Use kzalloc() instead of kmalloc() in the idmapper X-Git-Tag: v3.7-rc1~58^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a51048da742c764b6ce5d028c7f334ae04d363;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed