From: zhangliguang Date: Sat, 16 Feb 2019 00:38:40 +0000 (+0800) Subject: NFS: Fix typo in comments of nfs_readdir_alloc_pages() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bf211ca1a84c570607137f4a556870ac034e318c;p=linux.git NFS: Fix typo in comments of nfs_readdir_alloc_pages() This fixes the typo in comments of nfs_readdir_alloc_pages(). Because nfs_readdir_large_page and nfs_readdir_free_pagearray had been renamed. Signed-off-by: Liguang Zhang Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index a112b67a3f8f2..a71d0b42d1605 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c @@ -605,8 +605,8 @@ void nfs_readdir_free_pages(struct page **pages, unsigned int npages) } /* - * nfs_readdir_large_page will allocate pages that must be freed with a call - * to nfs_readdir_free_pagearray + * nfs_readdir_alloc_pages() will allocate pages that must be freed with a call + * to nfs_readdir_free_pages() */ static int nfs_readdir_alloc_pages(struct page **pages, unsigned int npages)