[PATCH] uninline tty_paranoia_check()
Has lots of callsites. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
2b0c4bed77
commit
d769a66970
@@ -185,7 +185,7 @@ char *tty_name(struct tty_struct *tty, char *buf)
|
|||||||
|
|
||||||
EXPORT_SYMBOL(tty_name);
|
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)
|
const char *routine)
|
||||||
{
|
{
|
||||||
#ifdef TTY_PARANOIA_CHECK
|
#ifdef TTY_PARANOIA_CHECK
|
||||||
|
Reference in New Issue
Block a user