forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
42f72cf368
commit
bf211ca1a8
|
@ -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
|
* nfs_readdir_alloc_pages() will allocate pages that must be freed with a call
|
||||||
* to nfs_readdir_free_pagearray
|
* to nfs_readdir_free_pages()
|
||||||
*/
|
*/
|
||||||
static
|
static
|
||||||
int nfs_readdir_alloc_pages(struct page **pages, unsigned int npages)
|
int nfs_readdir_alloc_pages(struct page **pages, unsigned int npages)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user