Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=345ee8392dc149ca529f80e40583928977ad592e
Commit:     345ee8392dc149ca529f80e40583928977ad592e
Parent:     a531a141089714efe39eca89593524fdf05104f2
Author:     Kay Sievers <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 14 23:39:42 2007 +0100
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Wed Nov 28 13:53:52 2007 -0800

    allow LEGACY_PTYS to be set to 0
    
    The count of legacy pty devices can be set by a kernel commandline
    parameter. For the distro kernel, we would like to disable all pty's
    by default, but keep the opportunity to request devices on the kernel
    commandline.
    
    Signed-off-by: Kay Sievers <[EMAIL PROTECTED]>
    Acked-by: Jean Delvare <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/char/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index bf18d75..a509b8d 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -457,7 +457,7 @@ config LEGACY_PTYS
 config LEGACY_PTY_COUNT
        int "Maximum number of legacy PTY in use"
        depends on LEGACY_PTYS
-       range 1 256
+       range 0 256
        default "256"
        ---help---
          The maximum number of legacy PTYs that can be used at any one time.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to