public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4: fix redirty_page_for_writepage() typo in comment
@ 2010-11-11 11:23 Wu Fengguang
  2010-11-15 13:15 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Wu Fengguang @ 2010-11-11 11:23 UTC (permalink / raw)
  To: Trivial Patch Monkey; +Cc: linux-ext4@vger.kernel.org, LKML

Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
---

diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 1916164..b82fbd9 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-15 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-11 11:23 [PATCH] ext4: fix redirty_page_for_writepage() typo in comment Wu Fengguang
2010-11-15 13:15 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox