Commit d769a669 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] uninline tty_paranoia_check()

Has lots of callsites.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2b0c4bed
......@@ -185,7 +185,7 @@ char *tty_name(struct tty_struct *tty, char *buf)
EXPORT_SYMBOL(tty_name);
inline int tty_paranoia_check(struct tty_struct *tty, struct inode *inode,
int tty_paranoia_check(struct tty_struct *tty, struct inode *inode,
const char *routine)
{
#ifdef TTY_PARANOIA_CHECK
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment