From: Coly Li Date: Thu, 24 Feb 2011 19:10:00 +0000 (-0500) Subject: ext4: clarify description of ac_g_ex in struct ext4_allocation_context X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=58696f3ab2b23fd6519189875fafdb5d1281eb54;p=deliverable%2Flinux.git ext4: clarify description of ac_g_ex in struct ext4_allocation_context Signed-off-by: Coly Li Cc: Alex Tomas Cc: Theodore Tso --- diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index b619322c76f0..22bd4d7f289b 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h @@ -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 */