Commit 10d06cd4 authored by Neil Brown's avatar Neil Brown Committed by Linus Torvalds

[PATCH] Remove unused variable in umem.c

parent d460ec52
......@@ -544,7 +544,6 @@ static void process_page(unsigned long data)
while(return_bio) {
struct bio *bio = return_bio;
int bytes = bio->bi_size;
return_bio = bio->bi_next;
bio->bi_next = NULL;
......
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