aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorWu Fengguang <fengguang.wu@intel.com>2010-11-11 19:23:29 +0800
committerJiri Kosina <jkosina@suse.cz>2010-11-15 14:14:52 +0100
commit380cf090f4f531545b558b04a3dd90d09df52ee9 (patch)
tree3ae833651a2c6f20b4a033ebcf66fce32a735bfe /fs/ext4/inode.c
parentspelling fix in drivers/misc/Kconfig (diff)
downloadlinux-dev-380cf090f4f531545b558b04a3dd90d09df52ee9.tar.xz
linux-dev-380cf090f4f531545b558b04a3dd90d09df52ee9.zip
ext4: fix redirty_page_for_writepage() typo in comment
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to '')
-rw-r--r--fs/ext4/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 4bc84b8adb7f..b6a4b41d7e14 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