From: Sukadev Bhattiprolu Date: Mon, 13 Oct 2008 09:42:59 +0000 (+0100) Subject: Add an instance parameter devpts interfaces X-Git-Tag: v2.6.28-rc1~630 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f1a6338ddd4e69fff965d4b3a0e1bfb7a13d9c;p=pandora-kernel.git Add an instance parameter devpts interfaces Pass-in 'inode' or 'tty' parameter to devpts interfaces. With multiple devpts instances, these parameters will be used in subsequent patches to identify the instance of devpts mounted. The parameters also help simplify devpts implementation. Changelog[v3]: - minor changes due to merge with ttydev updates - rename parameters to emphasize they are ptmx or pts inodes - pass-in tty_struct * to devpts_pty_kill() (this will help cleanup the get_node() call in a subsequent patch) Signed-off-by: Sukadev Bhattiprolu Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed