]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - mm/gup.c
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
[karo-tx-linux.git] / mm / gup.c
index 7f1c4fb77cfa5e9c6ca4fd4c04c83e01a9b273b1..fb87aea9edc8a69b5b19d131df30aa14c0a3a3e1 100644 (file)
--- a/mm/gup.c
+++ b/mm/gup.c
@@ -1107,7 +1107,7 @@ int __mm_populate(unsigned long start, unsigned long len, int ignore_errors)
  * @addr: user address
  *
  * Returns struct page pointer of user page pinned for dump,
- * to be freed afterwards by page_cache_release() or put_page().
+ * to be freed afterwards by put_page().
  *
  * Returns NULL on any kind of failure - a hole must then be inserted into
  * the corefile, to preserve alignment with its headers; and also returns