diff options
| author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2016-04-01 08:29:48 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-04-04 13:41:08 -0400 |
| commit | ea1754a084760e68886f5b725c8eaada9cc57155 (patch) | |
| tree | 2e14936a959a661ee68d4490cb9b82b94bb27ab9 /mm/gup.c | |
| parent | 09cbfeaf1a5a67bfb3201e0c83c810cecb2efa5a (diff) | |
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>
Diffstat (limited to 'mm/gup.c')
| -rw-r--r-- | mm/gup.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1107,7 +1107,7 @@ int __mm_populate(unsigned long start, unsigned long len, int ignore_errors) | |||
| 1107 | * @addr: user address | 1107 | * @addr: user address |
| 1108 | * | 1108 | * |
| 1109 | * Returns struct page pointer of user page pinned for dump, | 1109 | * Returns struct page pointer of user page pinned for dump, |
| 1110 | * to be freed afterwards by page_cache_release() or put_page(). | 1110 | * to be freed afterwards by put_page(). |
| 1111 | * | 1111 | * |
| 1112 | * Returns NULL on any kind of failure - a hole must then be inserted into | 1112 | * Returns NULL on any kind of failure - a hole must then be inserted into |
| 1113 | * the corefile, to preserve alignment with its headers; and also returns | 1113 | * the corefile, to preserve alignment with its headers; and also returns |
