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
@@ -164,7 +164,7 @@ EXPORT_SYMBOL_GPL(xdr_inline_pages);
|
||||
* Note: the addresses pgto_base and pgfrom_base are both calculated in
|
||||
* the same way:
|
||||
* if a memory area starts at byte 'base' in page 'pages[i]',
|
||||
* then its address is given as (i << PAGE_CACHE_SHIFT) + base
|
||||
* then its address is given as (i << PAGE_SHIFT) + base
|
||||
* Also note: pgfrom_base must be < pgto_base, but the memory areas
|
||||
* they point to may overlap.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user