Просмотр исходного кода

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>
Coly Li 15 лет назад
Родитель
Сommit
58696f3ab2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fs/ext4/mballoc.h

+ 1 - 1
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 */