]> git.baikalelectronics.ru Git - kernel.git/commit
kfifo: implement missing __kfifo_skip_r()
authorAndrea Righi <arighi@develer.com>
Thu, 19 Aug 2010 21:13:27 +0000 (14:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Aug 2010 16:34:54 +0000 (09:34 -0700)
commitbb3d8147a64a5653c9ee3b8ab1bfbb8a21d0112d
tree693ffff84f463da3a7d81d8bd7bb26e144d7d499
parentbbab3ddbb4aabad6290d958e9c6104000a19645b
kfifo: implement missing __kfifo_skip_r()

kfifo_skip() is currently broken, due to the missing of the internal
helper function.  Add it.

Signed-off-by: Andrea Righi <arighi@develer.com>
Cc: Greg KH <greg@kroah.com>
Acked-by: Stefani Seibold <stefani@seibold.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kfifo.h
kernel/kfifo.c