]> git.baikalelectronics.ru Git - kernel.git/commit
pNFS: Don't zero out the array in nfs4_alloc_pages()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 3 Sep 2018 16:57:52 +0000 (12:57 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 30 Sep 2018 19:35:16 +0000 (15:35 -0400)
commit297b57b1936dd8d5296b6a907de478b5c300eb72
tree8b4c53381b4212e1277212391ed4f5c13c36f11d
parent7f124524c8651240297b383bfb6ad97d7bd3c5f7
pNFS: Don't zero out the array in nfs4_alloc_pages()

We don't need a zeroed out array, since it is immediately being filled.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/pnfs.c