diff options
author | Coly Li <i@coly.li> | 2011-02-24 14:10:00 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-02-24 14:10:00 -0500 |
commit | 58696f3ab2b23fd6519189875fafdb5d1281eb54 (patch) | |
tree | 328db44461fd957949b6b26630ff0c0f9a349a85 /fs/ext4/mballoc.h | |
parent | 7c786059293335412f99732c6f4c2a886eab25c2 (diff) | |
download | op-kernel-dev-58696f3ab2b23fd6519189875fafdb5d1281eb54.zip op-kernel-dev-58696f3ab2b23fd6519189875fafdb5d1281eb54.tar.gz |
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>
Diffstat (limited to 'fs/ext4/mballoc.h')
-rw-r--r-- | fs/ext4/mballoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index b619322..22bd4d7 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 */ |