Make list-ptr remove/replace take a count.
commite533ccc8e3665fa22a1e6ae11b217d0e5601f08c
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 28 Nov 2004 17:05:06 +0000 (28 10:05 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:08 +0000 (7 21:05 -0700)
tree7be9761d40ac9af99154e616ce351b2bf609f272
parent63949df837a8e55f573e70cd995e0163df9d63d1
Make list-ptr remove/replace take a count.

It will assrt if it can't find that many entries.

Zero means "all the ones you can find", aka old behaviour.
flow.c
lib.c
lib.h
linearize.c
linearize.h
simplify.c