From d8ec0c396083ef633a065629df1565246dbb2f33 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 8 Nov 2012 12:19:58 -0500 Subject: ext4: remove unused assignment Signed-off-by: Alan Cox Signed-off-by: "Theodore Ts'o" --- fs/ext4/mballoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/ext4/mballoc.c') diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 27f421c8043..442caae80a9 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -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; -- cgit v1.2.3