Skip to content

Commit bf211ca

Browse files
luanshi0212Trond Myklebust
authored andcommitted
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 <zhangliguang@linux.alibaba.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
1 parent 42f72cf commit bf211ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/nfs/dir.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ void nfs_readdir_free_pages(struct page **pages, unsigned int npages)
605605
}
606606

607607
/*
608-
* nfs_readdir_large_page will allocate pages that must be freed with a call
609-
* to nfs_readdir_free_pagearray
608+
* nfs_readdir_alloc_pages() will allocate pages that must be freed with a call
609+
* to nfs_readdir_free_pages()
610610
*/
611611
static
612612
int nfs_readdir_alloc_pages(struct page **pages, unsigned int npages)

0 commit comments

Comments
 (0)