Skip to content

Commit

Permalink
ext4: clarify description of ac_g_ex in struct ext4_allocation_context
Browse files Browse the repository at this point in the history
Signed-off-by: Coly Li <bosong.ly@taobao.com>
Cc: Alex Tomas <alex@clusterfs.com>
Cc: Theodore Tso <tytso@google.com>
  • Loading branch information
Coly Li authored and Theodore Ts'o committed Feb 24, 2011
1 parent 7c78605 commit 58696f3
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 @@ -169,7 +169,7 @@ struct ext4_allocation_context {
/* original request */
struct ext4_free_extent ac_o_ex;

/* goal request (after normalization) */
/* goal request (normalized ac_o_ex) */
struct ext4_free_extent ac_g_ex;

/* the best found extent */
Expand Down

0 comments on commit 58696f3

Please sign in to comment.