Prev: Fix performance issue with ondemand governor
Next: mm,migration: Allow the migration of PageSwapCache pages
From: Alan Cox on 26 Apr 2010 18:00 On Thu, 8 Apr 2010 13:16:52 -0500 pavan_savoy(a)ti.com wrote: > From: Pavan Savoy <pavan_savoy(a)ti.com> > > Push the max ldiscs by a few number to allow ldiscs > to exist in the staging directory > > Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> > --- > include/linux/tty.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/linux/tty.h b/include/linux/tty.h > index 4409967..227c0a8 100644 > --- a/include/linux/tty.h > +++ b/include/linux/tty.h > @@ -23,7 +23,7 @@ > */ > #define NR_UNIX98_PTY_DEFAULT 4096 /* Default maximum for Unix98 ptys */ > #define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */ > -#define NR_LDISCS 20 > +#define NR_LDISCS 25 /* add few ldiscs for staging */ Doesn't directly apply as NR_LDISCS is now 21 but this should definitely go in. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Savoy, Pavan on 26 Apr 2010 18:00 Alan, > -----Original Message----- > From: Alan Cox [mailto:alan(a)lxorguk.ukuu.org.uk] > Sent: Monday, April 26, 2010 5:00 PM > To: Savoy, Pavan > Cc: gregkh(a)suse.de; linux-kernel(a)vger.kernel.org; npelly(a)google.com; pavan_savoy(a)yahoo.co.in > Subject: Re: [PATCH] serial: TTY: new ldiscs for staging > > On Thu, 8 Apr 2010 13:16:52 -0500 > pavan_savoy(a)ti.com wrote: > > > From: Pavan Savoy <pavan_savoy(a)ti.com> > > > > Push the max ldiscs by a few number to allow ldiscs > > to exist in the staging directory > > > > Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> > > --- > > include/linux/tty.h | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/include/linux/tty.h b/include/linux/tty.h > > index 4409967..227c0a8 100644 > > --- a/include/linux/tty.h > > +++ b/include/linux/tty.h > > @@ -23,7 +23,7 @@ > > */ > > #define NR_UNIX98_PTY_DEFAULT 4096 /* Default maximum for Unix98 ptys */ > > #define NR_UNIX98_PTY_MAX (1 << MINORBITS) /* Absolute limit */ > > -#define NR_LDISCS 20 > > +#define NR_LDISCS 25 /* add few ldiscs for staging */ > > Doesn't directly apply as NR_LDISCS is now 21 but this should definitely > go in. It has I believe, Greg has modified it to 30, and pulled in his tree. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Alan Cox on 26 Apr 2010 18:10
> > Doesn't directly apply as NR_LDISCS is now 21 but this should definitely > > go in. > > > It has I believe, Greg has modified it to 30, and pulled in his tree. Cool (I'm looking at -next) Alan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |