aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorbrookxu <brookxu.cn@gmail.com>2020-08-07 22:01:23 +0800
committerTheodore Ts'o <tytso@mit.edu>2020-08-18 14:14:16 -0400
commite9a3cd48d65307b1a489300d7e3e0b28ae94dbfd (patch)
tree25f746c1e0a312816f47cf10faa03f61c7a4ad31 /fs
parentext4: fix checking of directory entry validity for inline directories (diff)
downloadlinux-dev-e9a3cd48d65307b1a489300d7e3e0b28ae94dbfd.tar.xz
linux-dev-e9a3cd48d65307b1a489300d7e3e0b28ae94dbfd.zip
ext4: fix typos in ext4_mb_regular_allocator() comment
Fix typos in ext4_mb_regular_allocator() comment Signed-off-by: Chunguang Xu <brookxu@tencent.com> Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com> Reviewed-by: Andreas Dilger <adilger@dilger.ca> Link: https://lore.kernel.org/r/d6514145-73b3-808b-ec5a-a8be27c51f9c@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/mballoc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 8b8c84db243a..5be24244426a 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -2332,8 +2332,8 @@ ext4_mb_regular_allocator(struct ext4_allocation_context *ac)
goto out;
/*
- * ac->ac2_order is set only if the fe_len is a power of 2
- * if ac2_order is set we also set criteria to 0 so that we
+ * ac->ac_2order is set only if the fe_len is a power of 2
+ * if ac->ac_2order is set we also set criteria to 0 so that we
* try exact allocation using buddy.
*/
i = fls(ac->ac_g_ex.fe_len);