Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 380cf090 authored by Wu Fengguang's avatar Wu Fengguang Committed by Jiri Kosina
Browse files

ext4: fix redirty_page_for_writepage() typo in comment

parent 149d730f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3357,7 +3357,7 @@ int ext4_alloc_da_blocks(struct inode *inode)
	 * doing I/O at all.
	 *
	 * We could call write_cache_pages(), and then redirty all of
	 * the pages by calling redirty_page_for_writeback() but that
	 * the pages by calling redirty_page_for_writepage() but that
	 * would be ugly in the extreme.  So instead we would need to
	 * replicate parts of the code in the above functions,
	 * simplifying them becuase we wouldn't actually intend to