rhashtable: rename rht_for_each*continue as *from.
[linux-2.6-microblaze.git] / lib / rhashtable.c
index 776b3a8..f65e43f 100644 (file)
@@ -490,7 +490,7 @@ static void *rhashtable_lookup_one(struct rhashtable *ht,
 
        elasticity = RHT_ELASTICITY;
        pprev = rht_bucket_var(tbl, hash);
-       rht_for_each_continue(head, *pprev, tbl, hash) {
+       rht_for_each_from(head, *pprev, tbl, hash) {
                struct rhlist_head *list;
                struct rhlist_head *plist;