Re: [PATCH] fs/nfs/inode.c: adjust code alignment

2013-08-06 Thread Dave Quigley
On 8/6/2013 2:04 PM, Steve Dickson wrote: Hello, On 05/08/13 10:59, Myklebust, Trond wrote: On Mon, 2013-08-05 at 16:47 +0200, Julia Lawall wrote: From: Julia Lawall Signed-off-by: Julia Lawall --- This patch adjusts the code so that the alignment matches the current semantics. I have

Re: [PATCH] fs/nfs/inode.c: adjust code alignment

2013-08-06 Thread Dave Quigley
On 8/6/2013 2:04 PM, Steve Dickson wrote: Hello, On 05/08/13 10:59, Myklebust, Trond wrote: On Mon, 2013-08-05 at 16:47 +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Signed-off-by: Julia Lawall julia.law...@lip6.fr --- This patch adjusts the code so that the alignment

Re: [PATCH] Fake NUMA emulation for PowerPC

2007-12-07 Thread Dave Quigley
On Fri, 2007-12-07 at 22:30 +0100, Geert Uytterhoeven wrote: > On Sat, 8 Dec 2007, Balbir Singh wrote: > > + if (strstr(p, "fake=")) > > + cmdline = p + 5;/* 5 is faster than strlen("fake=") */ > > Really? My gcc is smart enough to replace the `strlen("fake=")' by 5, even >

Re: [PATCH] Fake NUMA emulation for PowerPC

2007-12-07 Thread Dave Quigley
On Fri, 2007-12-07 at 22:30 +0100, Geert Uytterhoeven wrote: On Sat, 8 Dec 2007, Balbir Singh wrote: + if (strstr(p, fake=)) + cmdline = p + 5;/* 5 is faster than strlen(fake=) */ Really? My gcc is smart enough to replace the `strlen(fake=)' by 5, even without -O. If

Re: git guidance

2007-11-28 Thread Dave Quigley
On Wed, 2007-11-28 at 20:10 +0100, willem wrote: > Dave Quigley wrote: > > On Wed, 2007-11-28 at 16:57 +0100, Tilman Schmidt wrote: > > > >> Dave Quigley schrieb: > >> > >>> There is a project listed on the kernel.org git page called guilt.

Re: git guidance

2007-11-28 Thread Dave Quigley
On Wed, 2007-11-28 at 16:57 +0100, Tilman Schmidt wrote: > Dave Quigley schrieb: > > There is a project listed on the kernel.org git page called guilt. I > > find it very useful. It is much more responsive than stgit and it > > actually has a git backend which quilt does

Re: git guidance

2007-11-28 Thread Dave Quigley
There is a project listed on the kernel.org git page called guilt. I find it very useful. It is much more responsive than stgit and it actually has a git backend which quilt does not. git-clone git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/guilt.git There is a tutorial associated with

Re: git guidance

2007-11-28 Thread Dave Quigley
There is a project listed on the kernel.org git page called guilt. I find it very useful. It is much more responsive than stgit and it actually has a git backend which quilt does not. git-clone git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/guilt.git There is a tutorial associated with

Re: git guidance

2007-11-28 Thread Dave Quigley
On Wed, 2007-11-28 at 16:57 +0100, Tilman Schmidt wrote: Dave Quigley schrieb: There is a project listed on the kernel.org git page called guilt. I find it very useful. It is much more responsive than stgit and it actually has a git backend which quilt does not. On Wed, 2007-11-28

Re: git guidance

2007-11-28 Thread Dave Quigley
On Wed, 2007-11-28 at 20:10 +0100, willem wrote: Dave Quigley wrote: On Wed, 2007-11-28 at 16:57 +0100, Tilman Schmidt wrote: Dave Quigley schrieb: There is a project listed on the kernel.org git page called guilt. I find it very useful. It is much more responsive than stgit