2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-11-18 15:44:02 +08:00

ext4: clarify description of ac_g_ex in struct ext4_allocation_context

Signed-off-by: Coly Li <bosong.ly@taobao.com>
Cc: Alex Tomas <alex@clusterfs.com>
Cc: Theodore Tso <tytso@google.com>
This commit is contained in:
Coly Li 2011-02-24 14:10:00 -05:00 committed by Theodore Ts'o
parent 7c78605929
commit 58696f3ab2

View File

@ -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 */