summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.h
diff options
context:
space:
mode:
authorRobin Dong <sanbai@taobao.com>2011-10-31 18:55:50 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-10-31 18:55:50 -0400
commitff3fc1736f1967b59801ab2cf6409fc6c8556b0a (patch)
treeee2fbb7353f7a54584e2568b23a716f9ef2d7ce8 /fs/ext4/mballoc.h
parent3c6fe77017bc6ce489f231c35fed3220b6691836 (diff)
downloadop-kernel-dev-ff3fc1736f1967b59801ab2cf6409fc6c8556b0a.zip
op-kernel-dev-ff3fc1736f1967b59801ab2cf6409fc6c8556b0a.tar.gz
ext4: fix a typo in struct ext4_allocation_context
This patch changes "bext" to "best". Signed-off-by: Robin Dong <sanbai@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/mballoc.h')
-rw-r--r--fs/ext4/mballoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h
index dc99930..47705f3 100644
--- a/fs/ext4/mballoc.h
+++ b/fs/ext4/mballoc.h
@@ -175,7 +175,7 @@ struct ext4_allocation_context {
/* the best found extent */
struct ext4_free_extent ac_b_ex;
- /* copy of the bext found extent taken before preallocation efforts */
+ /* copy of the best found extent taken before preallocation efforts */
struct ext4_free_extent ac_f_ex;
/* number of iterations done. we have to track to limit searching */
OpenPOWER on IntegriCloud