From: Anna Schumaker Date: Mon, 13 Jul 2015 18:01:25 +0000 (-0400) Subject: NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page() X-Git-Tag: omap-for-v4.3/fixes-rc1~78^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e9668e78eab69b7ade9897bea1fbd77dd18775;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed