aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2017-11-18 12:46:05 -0500
committerBob Peterson <rpeterso@redhat.com>2018-01-18 16:18:49 -0500
commit9db115a0e3d3814e41eb703082b83a261d81736c (patch)
tree85d757b85e8b3e650d9185b4c233df00089cee8b
parent786ebd9f68cdf512f389e5f2d0015f1beb0777d8 (diff)
gfs2: Typo fixes
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-rw-r--r--fs/gfs2/aops.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/gfs2/aops.c b/fs/gfs2/aops.c
index 658ca027cab9..44a77b631509 100644
--- a/fs/gfs2/aops.c
+++ b/fs/gfs2/aops.c
@@ -500,10 +500,9 @@ static int stuffed_readpage(struct gfs2_inode *ip, struct page *page)
500 * @file: The file to read a page for 500 * @file: The file to read a page for
501 * @page: The page to read 501 * @page: The page to read
502 * 502 *
503 * This is the core of gfs2's readpage. Its used by the internal file 503 * This is the core of gfs2's readpage. It's used by the internal file
504 * reading code as in that case we already hold the glock. Also its 504 * reading code as in that case we already hold the glock. Also it's
505 * called by gfs2_readpage() once the required lock has been granted. 505 * called by gfs2_readpage() once the required lock has been granted.
506 *
507 */ 506 */
508 507
509static int __gfs2_readpage(void *file, struct page *page) 508static int __gfs2_readpage(void *file, struct page *page)