uninline check_signature()
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 16 Jul 2007 06:41:38 +0000 (23:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:50 +0000 (09:05 -0700)
commitcc2ea416b2aa04d0c34ff2281a23dae5b76b7b3b
tree15dd3cebcb85e21ef744f184ab33c163d8ffdacc
parent4e7bd66318b3ae60fbba7d886d9a98b71ffbf74e
uninline check_signature()

This is a rather bizarre thing to have inlined in io.h.  Stick it in lib/
instead.

While we're there, despaghetti it a bit, and fix its off-by-one behaviour when
passed a zero length.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/io.h
lib/Makefile
lib/check_signature.c [new file with mode: 0644]