Skip to content

Commit 1ff454e

Browse files
Pavan Savoygregkh
Pavan Savoy
authored andcommitted
serial: TTY: new ldiscs for staging
Push the max ldiscs by a few number to allow ldiscs to exist in the staging directory and elsewhere. Signed-off-by: Pavan Savoy <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent be99159 commit 1ff454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/tty.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
#define NR_UNIX98_PTY_DEFAULT 4096 /* Default maximum for Unix98 ptys */
2525
#define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */
26-
#define NR_LDISCS 21
26+
#define NR_LDISCS 30
2727

2828
/* line disciplines */
2929
#define N_TTY 0

0 commit comments

Comments
 (0)