From: Ross Lagerwall Date: Fri, 14 Jun 2013 22:24:25 +0000 (+0100) Subject: tty/vt: Return EBUSY if deallocating VT1 and it is busy X-Git-Tag: v3.10-rc7~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef223fb3d1d61c2a95a89cdc02f8e86dac96ddc3;p=pandora-kernel.git tty/vt: Return EBUSY if deallocating VT1 and it is busy Commit 421b40a6286e ("tty/vt: Fix vc_deallocate() lock order") changed the behavior when deallocating VT 1. Previously if trying to deallocate VT1 and it is busy, we would return EBUSY. The commit changed this to return 0 (success). This commit restores the old behavior. Signed-off-by: Ross Lagerwall Tested-by: Mikael Pettersson Acked-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed