mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
ext4: remove unused assignment
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
d339450cca
commit
d8ec0c3960
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user