]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Mon, 13 Jul 2015 18:01:25 +0000 (14:01 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Aug 2015 18:29:31 +0000 (13:29 -0500)
commitc7e9668e78eab69b7ade9897bea1fbd77dd18775
tree4178820c4e55b74541e39fe480630759ff45185d
parent0b936e37df8111ea727263a5a246b58e05b7aa1b
NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()

nfs_readdir_xdr_to_array() uses both a cache array and an array of
pages, so I rename these functions to make it clearer how the code
works.  nfs_readdir_large_page() becomes nfs_readdir_alloc_pages()
because this function has absolutely nothing to do with setting up a
large page.  nfs_readdir_free_pagearray() becomes
nfs_readdir_free_pages() to stay consistent with the new alloc_pages()
function.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/dir.c