mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
[deliverable/linux.git] / fs / ext4 / inode.c
index 8a43c683eef9ea1d97b96eed43b5adf7c76b308b..4f7043ba44475326c830d04a1764a912b47b5504 100644 (file)
@@ -4894,7 +4894,7 @@ static void ext4_wait_for_tail_page_commit(struct inode *inode)
        offset = inode->i_size & (PAGE_SIZE - 1);
        /*
         * All buffers in the last page remain valid? Then there's nothing to
-        * do. We do the check mainly to optimize the common PAGE_CACHE_SIZE ==
+        * do. We do the check mainly to optimize the common PAGE_SIZE ==
         * blocksize case
         */
        if (offset > PAGE_SIZE - (1 << inode->i_blkbits))
This page took 0.024963 seconds and 5 git commands to generate.