From 15582d36a15978355d2168eaa018a3736db7281f Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 13 Oct 2008 10:41:03 +0100 Subject: [PATCH] pty: If the administrator creates a device for a ptmx slave we should not error The open path for ptmx slaves is via the ptmx device. Opening them any other way is not allowed. Vegard Nossum found that previously this was not the case and mknod foo c 128 42; cat foo would produce nasty diagnostics Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-format-patch failed