]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 11 Oct 2012 18:36:52 +0000 (14:36 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 15 Oct 2012 14:49:43 +0000 (10:49 -0400)
commit1813badd98ce02e4b96d8997b68ddef4d4ad4ec5
tree442fac9e179578c560ea113dddc877d8067ca9e4
parentd527e5c15de8de813cd0a2ad0b769f68c6226938
NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()

Don't circumvent the array size checks.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4filelayout.c