stopmachine: semaphore to mutex
[safe/jmp/linux-2.6] / crypto / digest.c
index 52845f5..6fd43bd 100644 (file)
@@ -75,7 +75,7 @@ static int update2(struct hash_desc *desc,
 
                if (!nbytes)
                        break;
-               sg = sg_next(sg);
+               sg = scatterwalk_sg_next(sg);
        }
 
        return 0;