diff options
Diffstat (limited to 'net/llc')
-rw-r--r-- | net/llc/af_llc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c index 49eacba824df..46cf962f7f88 100644 --- a/net/llc/af_llc.c +++ b/net/llc/af_llc.c | |||
@@ -762,7 +762,7 @@ static int llc_ui_recvmsg(struct kiocb *iocb, struct socket *sock, | |||
762 | if (net_ratelimit()) | 762 | if (net_ratelimit()) |
763 | printk(KERN_DEBUG "LLC(%s:%d): Application " | 763 | printk(KERN_DEBUG "LLC(%s:%d): Application " |
764 | "bug, race in MSG_PEEK.\n", | 764 | "bug, race in MSG_PEEK.\n", |
765 | current->comm, current->pid); | 765 | current->comm, task_pid_nr(current)); |
766 | peek_seq = llc->copied_seq; | 766 | peek_seq = llc->copied_seq; |
767 | } | 767 | } |
768 | continue; | 768 | continue; |