]> Git Repo - linux.git/blobdiff - fs/ubifs/file.c
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
[linux.git] / fs / ubifs / file.c
index 1a9c6640e604adcb192aea2116e94f61fcda4301..446753d8ac34954794550f4051feafa5ae23ce0d 100644 (file)
@@ -554,7 +554,7 @@ static int ubifs_write_end(struct file *file, struct address_space *mapping,
                 * VFS copied less data to the page that it intended and
                 * declared in its '->write_begin()' call via the @len
                 * argument. If the page was not up-to-date, and @len was
-                * @PAGE_CACHE_SIZE, the 'ubifs_write_begin()' function did
+                * @PAGE_SIZE, the 'ubifs_write_begin()' function did
                 * not load it from the media (for optimization reasons). This
                 * means that part of the page contains garbage. So read the
                 * page now.
This page took 0.023703 seconds and 4 git commands to generate.