Commit e9a3cd48 authored by brookxu's avatar brookxu Committed by Theodore Ts'o
Browse files

ext4: fix typos in ext4_mb_regular_allocator() comment

parent 7303cb5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2332,8 +2332,8 @@ ext4_mb_regular_allocator(struct ext4_allocation_context *ac)
		goto out;

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