Commit 08a4ae44 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] mxser: session warning fix

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 037ad48b
......@@ -997,7 +997,7 @@ static int mxser_open(struct tty_struct *tty, struct file *filp)
mxser_change_speed(info, NULL);
}
info->session = current->signal->session;
info->session = process_session(current);
info->pgrp = process_group(current);
/*
......
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