Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;