bcache: writeback: Remove unneeded variable i
[linux-2.6-microblaze.git] / drivers / md / bcache / writeback.c
index 1cf1e50..71801c0 100644 (file)
@@ -825,10 +825,8 @@ static int bch_dirty_init_thread(void *arg)
        struct btree_iter iter;
        struct bkey *k, *p;
        int cur_idx, prev_idx, skip_nr;
-       int i;
 
        k = p = NULL;
-       i = 0;
        cur_idx = prev_idx = 0;
 
        bch_btree_iter_init(&c->root->keys, &iter, NULL);