Skip to content

Commit e3eeba0

Browse files
murphy12138MatthewCroughan
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 e24a5ae commit e3eeba0

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
@@ -3155,7 +3155,7 @@ static int ext4_da_write_begin(const struct kiocb *iocb,
31553155
folio_unlock(folio);
31563156
folio_put(folio);
31573157
/*
3158-
* block_write_begin may have instantiated a few blocks
3158+
* ext4_block_write_begin may have instantiated a few blocks
31593159
* outside i_size. Trim these off again. Don't need
31603160
* i_size_read because we hold inode lock.
31613161
*/

0 commit comments

Comments
 (0)