Skip to content

Commit e9a3cd4

Browse files
brookxu-cntytso
authored andcommitted
ext4: fix typos in ext4_mb_regular_allocator() comment
Fix typos in ext4_mb_regular_allocator() comment Signed-off-by: Chunguang Xu <[email protected]> Reviewed-by: Ritesh Harjani <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 7303cb5 commit e9a3cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/ext4/mballoc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,8 +2332,8 @@ ext4_mb_regular_allocator(struct ext4_allocation_context *ac)
23322332
goto out;
23332333

23342334
/*
2335-
* ac->ac2_order is set only if the fe_len is a power of 2
2336-
* if ac2_order is set we also set criteria to 0 so that we
2335+
* ac->ac_2order is set only if the fe_len is a power of 2
2336+
* if ac->ac_2order is set we also set criteria to 0 so that we
23372337
* try exact allocation using buddy.
23382338
*/
23392339
i = fls(ac->ac_g_ex.fe_len);

0 commit comments

Comments
 (0)