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>
This commit is contained in:

committed by
Linus Torvalds

parent
09cbfeaf1a
commit
ea1754a084
@@ -2400,7 +2400,6 @@ static inline void unmap_mapping_range_tree(struct rb_root *root,
|
||||
|
||||
vba = vma->vm_pgoff;
|
||||
vea = vba + vma_pages(vma) - 1;
|
||||
/* Assume for now that PAGE_CACHE_SHIFT == PAGE_SHIFT */
|
||||
zba = details->first_index;
|
||||
if (zba < vba)
|
||||
zba = vba;
|
||||
|
Reference in New Issue
Block a user