Skip to content

Commit 757fc66

Browse files
murphy12138tytso
authored andcommitted
ext4: fix incorrect function name in comment
Since commit 6b730a4 “ext4: hoist ext4_block_write_begin and replace the __block_write_begin”, the comment should be updated accordingly from "__block_write_begin" to "ext4_block_write_begin". Fixes: 6b730a4 (“ext4: hoist ext4_block_write_begin and replace...") Signed-off-by: Baolin Liu <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 76dba1f commit 757fc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext4/inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3159,7 +3159,7 @@ static int ext4_da_write_begin(struct file *file, struct address_space *mapping,
31593159
folio_unlock(folio);
31603160
folio_put(folio);
31613161
/*
3162-
* block_write_begin may have instantiated a few blocks
3162+
* ext4_block_write_begin may have instantiated a few blocks
31633163
* outside i_size. Trim these off again. Don't need
31643164
* i_size_read because we hold inode lock.
31653165
*/

0 commit comments

Comments
 (0)