VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> 2016-04-01 15:29:48 +0300 committer: Linus Torvalds <torvalds@linux-foundation.org> 2016-04-04 10:41:08 -0700 commit: ea1754a084760e68886f5b725c8eaada9cc57155 parent: 09cbfeaf1a5a67bfb3201e0c83c810cecb2efa5a
Commit Summary:
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/mpage.c b/fs/mpage.c
index e7083bfbabb3..eedc644b78d7 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -331,7 +331,7 @@ confused:
  *
  * then this code just gives up and calls the buffer_head-based read function.
  * It does handle a page which has holes at the end - that is a common case:
- * the end-of-file on blocksize < PAGE_CACHE_SIZE setups.
+ * the end-of-file on blocksize < PAGE_SIZE setups.
  *
  * BH_Boundary explanation:
  *