From: Robin Dong Date: Mon, 31 Oct 2011 22:55:50 +0000 (-0400) Subject: ext4: fix a typo in struct ext4_allocation_context X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff3fc1736f1967b59801ab2cf6409fc6c8556b0a;p=mv-sheeva.git ext4: fix a typo in struct ext4_allocation_context This patch changes "bext" to "best". Signed-off-by: Robin Dong Signed-off-by: "Theodore Ts'o" --- diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index dc99930d4cb..47705f3285e 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 */