Re: [-mm patch] #if 0 mm/backing-dev.c:congestion_wait_interruptible()

2007-07-03 Thread Trond Myklebust
On Tue, 2007-07-03 at 14:48 -0700, Andrew Morton wrote: > On Sun, 1 Jul 2007 22:20:51 +0200 > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > congestion_wait_interruptible() is no longer used. > > We might as well just delete it? I agree. We're better off deleting it, but either would be fine by me

Re: [-mm patch] #if 0 mm/backing-dev.c:congestion_wait_interruptible()

2007-07-03 Thread Andrew Morton
On Sun, 1 Jul 2007 22:20:51 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > congestion_wait_interruptible() is no longer used. We might as well just delete it? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo inf

[-mm patch] #if 0 mm/backing-dev.c:congestion_wait_interruptible()

2007-07-01 Thread Adrian Bunk
congestion_wait_interruptible() is no longer used. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Trond Myklebust <[EMAIL PROTECTED]> --- This patch has been sent on: - 12 Jun 2007 include/linux/backing-dev.h |1 - mm/backing-dev.c|2 ++ 2 files changed, 2 inserti

Re: [-mm patch] #if 0 mm/backing-dev.c:congestion_wait_interruptible()

2007-06-15 Thread Jesper Juhl
On 13/06/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: On Tue, Jun 12, 2007 at 02:40:06PM +0200, Jesper Juhl wrote: > On 12/06/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: >> congestion_wait_interruptible() is no longer used. >> > Remind me again why it is that we add all these #if 0 blocks instead

Re: [-mm patch] #if 0 mm/backing-dev.c:congestion_wait_interruptible()

2007-06-12 Thread Adrian Bunk
On Tue, Jun 12, 2007 at 02:40:06PM +0200, Jesper Juhl wrote: > On 12/06/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: >> congestion_wait_interruptible() is no longer used. >> > Remind me again why it is that we add all these #if 0 blocks instead > of simply removing the unused code? > > It's just cr

Re: [-mm patch] #if 0 mm/backing-dev.c:congestion_wait_interruptible()

2007-06-12 Thread Jesper Juhl
On 12/06/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: congestion_wait_interruptible() is no longer used. Remind me again why it is that we add all these #if 0 blocks instead of simply removing the unused code? It's just creating a janitorial task to go and remove all the #if 0 bits at a later

Re: [-mm patch] #if 0 mm/backing-dev.c:congestion_wait_interruptible()

2007-06-12 Thread Trond Myklebust
On Tue, 2007-06-12 at 13:07 +0200, Adrian Bunk wrote: > congestion_wait_interruptible() is no longer used. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Ack... > --- > > include/linux/backing-dev.h |1 - > mm/backing-dev.c|2 ++ > 2 files changed, 2 insertions(+), 1 de

[-mm patch] #if 0 mm/backing-dev.c:congestion_wait_interruptible()

2007-06-12 Thread Adrian Bunk
congestion_wait_interruptible() is no longer used. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/linux/backing-dev.h |1 - mm/backing-dev.c|2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) --- linux-2.6.22-rc4-mm2/include/linux/backing-dev.h.old200