Commit d8ec0c39 authored by Alan Cox's avatar Alan Cox Committed by Theodore Ts'o

ext4: remove unused assignment

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent d339450c
......@@ -1373,7 +1373,7 @@ static int mb_find_extent(struct ext4_buddy *e4b, int block,
ex->fe_start += next;
while (needed > ex->fe_len &&
(buddy = mb_find_buddy(e4b, order, &max))) {
mb_find_buddy(e4b, order, &max)) {
if (block + 1 >= max)
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment