summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2019-08-16 18:52:06 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-08-16 18:54:25 -0700
commit791ee52eb10b16066edf0b957597d5ce287a0079 (patch)
treeb686fb8d411cc79995e605426ce8940b99a549b9
parentf61be89fed56780750be2ee873d78f2bd8f38625 (diff)
iomap: Fix trivial typoiomap-5.4-merge-1
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
-rw-r--r--fs/iomap/buffered-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c
index 1a7570c441c8..051b8ec326ba 100644
--- a/fs/iomap/buffered-io.c
+++ b/fs/iomap/buffered-io.c
@@ -1241,7 +1241,7 @@ static void iomap_writepage_end_bio(struct bio *bio)
* all bios have been submitted and the ioend is really done.
*
* If @error is non-zero, it means that we have a situation where some part of
- * the submission process has failed after we have marked paged for writeback
+ * the submission process has failed after we have marked pages for writeback
* and unlocked them. In this situation, we need to fail the bio and ioend
* rather than submit it to IO. This typically only happens on a filesystem
* shutdown.