]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - block/bio.c
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
[mirror_ubuntu-zesty-kernel.git] / block / bio.c
index 168531517694f1f46a4f7f6b4b0687062276e027..807d25e466ec2ab7ae8c319e62a5621dc4fc29a7 100644 (file)
@@ -1615,8 +1615,8 @@ static void bio_release_pages(struct bio *bio)
  * the BIO and the offending pages and re-dirty the pages in process context.
  *
  * It is expected that bio_check_pages_dirty() will wholly own the BIO from
- * here on.  It will run one page_cache_release() against each page and will
- * run one bio_put() against the BIO.
+ * here on.  It will run one put_page() against each page and will run one
+ * bio_put() against the BIO.
  */
 
 static void bio_dirty_fn(struct work_struct *work);