Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff3fc173 authored by Robin Dong's avatar Robin Dong Committed by Theodore Ts'o
Browse files

ext4: fix a typo in struct ext4_allocation_context



This patch changes "bext" to "best".

Signed-off-by: default avatarRobin Dong <sanbai@taobao.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 3c6fe770
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -175,7 +175,7 @@ struct ext4_allocation_context {
	/* the best found extent */
	/* the best found extent */
	struct ext4_free_extent ac_b_ex;
	struct ext4_free_extent ac_b_ex;


	/* copy of the bext found extent taken before preallocation efforts */
	/* copy of the best found extent taken before preallocation efforts */
	struct ext4_free_extent ac_f_ex;
	struct ext4_free_extent ac_f_ex;


	/* number of iterations done. we have to track to limit searching */
	/* number of iterations done. we have to track to limit searching */