]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - mm/filemap.c
FS-Cache: Recruit a page flags for cache management
[net-next-2.6.git] / mm / filemap.c
index 126d3973b3d1f3be7a3f5e4f42630725c796f31f..cbc5772e7171fbc7e074dae51743a6f2d5168d91 100644 (file)
@@ -2463,6 +2463,9 @@ EXPORT_SYMBOL(generic_file_aio_write);
  * (presumably at page->private).  If the release was successful, return `1'.
  * Otherwise return zero.
  *
+ * This may also be called if PG_fscache is set on a page, indicating that the
+ * page is known to the local caching routines.
+ *
  * The @gfp_mask argument specifies whether I/O may be performed to release
  * this page (__GFP_IO), and whether the call may block (__GFP_WAIT & __GFP_FS).
  *