]> git.baikalelectronics.ru Git - kernel.git/commit
kfifo: Use "const" definitions
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:17 +0000 (13:13 -0700)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:17 +0000 (13:13 -0700)
commit440909a76b771b04ba378fce670bab89699f5c28
treecf515b038bb3765d57249b692d8989257befdabc
parent81de842c97800439b01c90bae9c18d1ea18b00fe
kfifo: Use "const" definitions

Currently kfifo cannot be used by parts of the kernel that use "const"
properly as kfifo itself does not use const for passed data blocks which
are indeed const.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/kfifo.h
kernel/kfifo.c