diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 4bc84b8adb7f7c3c0b78d4daf791c1e0c61a23a9..b6a4b41d7e14e336b7d7b54b379ed9e7c5d7f68e 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