Skip to content

Commit

Permalink
ext4: fix a typo in struct ext4_allocation_context
Browse files Browse the repository at this point in the history
This patch changes "bext" to "best".

Signed-off-by: Robin Dong <sanbai@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Robin Dong authored and Theodore Ts'o committed Oct 31, 2011
1 parent 3c6fe77 commit ff3fc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/mballoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct ext4_allocation_context {
/* the best found extent */
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;

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

0 comments on commit ff3fc17

Please sign in to comment.