]> bbs.cooldavid.org Git - net-next-2.6.git/commit
kfifo: add the new generic kfifo API
authorStefani Seibold <stefani@seibold.net>
Wed, 11 Aug 2010 01:03:38 +0000 (18:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:23 +0000 (08:59 -0700)
commit4201d9a8e86b51dd40aa8a0dabd093376c859985
tree6c5351812aab1e027056139c95982642890797ec
parent4457d9845927b3c62b6e833be243d21d6ca7df47
kfifo: add the new generic kfifo API

Add the new version of the kfifo API files kfifo.c and kfifo.h.

Signed-off-by: Stefani Seibold <stefani@seibold.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kfifo-new.h [new file with mode: 0644]
kernel/kfifo-new.c [new file with mode: 0644]