commit | cc2ea416b2aa04d0c34ff2281a23dae5b76b7b3b | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Sun Jul 15 23:41:38 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jul 16 09:05:50 2007 -0700 |
tree | 15dd3cebcb85e21ef744f184ab33c163d8ffdacc | |
parent | 4e7bd66318b3ae60fbba7d886d9a98b71ffbf74e [diff] |
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>