Re: How do I find out who uses swap?

2005-01-26 Thread Chris Shoemaker
On Wed, Jan 26, 2005 at 02:11:56PM +0100, Maciej Soltysiak wrote: > Hi, > > I have a problem for some time with that the amount of swap > being used constantly increases up to the moment where > the swap is used in 100% and the machine deadlocks. > > How do I find out which proceses use swap and

Re: List of things requested by lkml for reiser4 inclusion (to review)

2005-09-09 Thread Chris Shoemaker
On Fri, Sep 09, 2005 at 10:36:06AM -0700, Hans Reiser wrote: > If we lose every remaining point of this list, we can generate a patch > in a few days, because the VFS work was the only substantive (in coding > hours) task, and it is done. Do I remember right that the submission > deadline is a wee

Re: List of things requested by lkml for reiser4 inclusion (to review)

2005-09-09 Thread Chris Shoemaker
On Fri, Sep 09, 2005 at 01:42:19PM -0700, Hans Reiser wrote: > Chris Shoemaker wrote: > > >On Fri, Sep 09, 2005 at 10:36:06AM -0700, Hans Reiser wrote: > > > > > >>If we lose every remaining point of this list, we can generate a patch > >>in a f

Re: [PATCH] CodingStyle: Add information about trailing whitespace.

2007-06-27 Thread Chris Shoemaker
On Wed, Jun 27, 2007 at 10:59:20AM -0700, Josh Triplett wrote: > +Do not leave trailing whitespace at the ends of lines. Some editors with > +"smart" indentation will insert whitespace at the beginning of new lines as > +appropriate, so you can start typing the next line of code right away. > +How

Re: [PATCH] CodingStyle: Add information about trailing whitespace.

2007-06-27 Thread Chris Shoemaker
On Wed, Jun 27, 2007 at 11:17:09AM -0700, Josh Triplett wrote: > On Wed, 2007-06-27 at 14:05 -0400, Chris Shoemaker wrote: > > On Wed, Jun 27, 2007 at 10:59:20AM -0700, Josh Triplett wrote: > > > +Do not leave trailing whitespace at the ends of lines. Some editors with > >