diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/mballoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index dc99930d4cb5..47705f3285e3 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h | |||
@@ -175,7 +175,7 @@ struct ext4_allocation_context { | |||
175 | /* the best found extent */ | 175 | /* the best found extent */ |
176 | struct ext4_free_extent ac_b_ex; | 176 | struct ext4_free_extent ac_b_ex; |
177 | 177 | ||
178 | /* copy of the bext found extent taken before preallocation efforts */ | 178 | /* copy of the best found extent taken before preallocation efforts */ |
179 | struct ext4_free_extent ac_f_ex; | 179 | struct ext4_free_extent ac_f_ex; |
180 | 180 | ||
181 | /* number of iterations done. we have to track to limit searching */ | 181 | /* number of iterations done. we have to track to limit searching */ |