Add INSERT_CURRENT() macro to insert a new entry at the
commit5aad28f0caa770be2b69717dba765763c6c3f7b2
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 3 Dec 2004 00:59:20 +0000 (2 17:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:26 +0000 (7 21:05 -0700)
treeb87975ccb27ed97f2a60e64e96fdd60a81f2762f
parent3f226e97529ca34d48b350e1b0f814a8e34ad6b5
Add INSERT_CURRENT() macro to insert a new entry at the
point we are now when traversing a list.

NOTE! If you traverse it forwards, the next entry you'll
see is the current entry, since we do not change where
in the list we are!
lib.c
lib.h