mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 22:12:16 +00:00
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:
parent
09cbfeaf1a
commit
ea1754a084
65 changed files with 120 additions and 135 deletions
|
@ -237,7 +237,7 @@ hugetlbfs_read_actor(struct page *page, unsigned long offset,
|
|||
/*
|
||||
* Support for read() - Find the page attached to f_mapping and copy out the
|
||||
* data. Its *very* similar to do_generic_mapping_read(), we can't use that
|
||||
* since it has PAGE_CACHE_SIZE assumptions.
|
||||
* since it has PAGE_SIZE assumptions.
|
||||
*/
|
||||
static ssize_t hugetlbfs_read_iter(struct kiocb *iocb, struct iov_iter *to)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue