projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7303cb5
)
ext4: fix typos in ext4_mb_regular_allocator() comment
author
brookxu
<brookxu.cn@gmail.com>
Fri, 7 Aug 2020 14:01:23 +0000
(22:01 +0800)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 18 Aug 2020 18:14:16 +0000
(14:14 -0400)
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>
fs/ext4/mballoc.c
patch
|
blob
|
history
diff --git
a/fs/ext4/mballoc.c
b/fs/ext4/mballoc.c
index 8b8c84db243a976852fd8fe9f4678b9c62fb4e03..5be24244426abe83288ebb0cc5aa2d3f088b81d2 100644
(file)
--- 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->ac
2_
order is set only if the fe_len is a power of 2
- * if ac
2_
order is set we also set criteria to 0 so that we
+ * ac->ac
_2
order is set only if the fe_len is a power of 2
+ * if ac
->ac_2
order is set we also set criteria to 0 so that we
* try exact allocation using buddy.
*/
i = fls(ac->ac_g_ex.fe_len);