mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
[linux-2.6-block.git] / fs / squashfs / file.c
index 437de9e892214990a7304b4132eb96edf6c87b0d..13d80947bf9e6adac348878e3494b38cdd206099 100644 (file)
@@ -382,7 +382,7 @@ void squashfs_copy_cache(struct page *page, struct squashfs_cache_entry *buffer,
 
        /*
         * Loop copying datablock into pages.  As the datablock likely covers
-        * many PAGE_CACHE_SIZE pages (default block size is 128 KiB) explicitly
+        * many PAGE_SIZE pages (default block size is 128 KiB) explicitly
         * grab the pages from the page cache, except for the page that we've
         * been called to fill.
         */