1
0

mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage

Mostly direct substitution with occasional adjustment or removing
outdated comments.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Este cometimento está contido em:
Kirill A. Shutemov
2016-04-01 15:29:48 +03:00
cometido por Linus Torvalds
ascendente 09cbfeaf1a
cometimento ea1754a084
65 ficheiros modificados com 120 adições e 135 eliminações

Ver ficheiro

@@ -1902,7 +1902,7 @@ wdata_alloc_and_fillpages(pgoff_t tofind, struct address_space *mapping,
* find_get_pages_tag seems to return a max of 256 on each
* iteration, so we must call it several times in order to
* fill the array or the wsize is effectively limited to
* 256 * PAGE_CACHE_SIZE.
* 256 * PAGE_SIZE.
*/
*found_pages = 0;
pages = wdata->pages;