Commit 58696f3a authored by Coly Li's avatar Coly Li Committed by Theodore Ts'o
Browse files

ext4: clarify description of ac_g_ex in struct ext4_allocation_context



Signed-off-by: default avatarColy Li <bosong.ly@taobao.com>
Cc: Alex Tomas <alex@clusterfs.com>
Cc: Theodore Tso <tytso@google.com>
parent 7c786059
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */