Re: [PATCH] silence spinlock/rwlock uninitialized break_lock member warnings

2005-04-08 Thread Jesper Juhl
On Fri, 8 Apr 2005, Andrew Morton wrote: > Jesper Juhl <[EMAIL PROTECTED]> wrote: > > > > Any chance this patch could be added to -mm (and possibly mainline)? > > Spose I can stick it in -mm. > > > It removes a bunch of warnings when building with gcc -W, like these: > >

Re: [PATCH] silence spinlock/rwlock uninitialized break_lock member warnings

2005-04-08 Thread Andrew Morton
Jesper Juhl <[EMAIL PROTECTED]> wrote: > > Any chance this patch could be added to -mm (and possibly mainline)? Spose I can stick it in -mm. > It removes a bunch of warnings when building with gcc -W, like these: > include/linux/wait.h:82: warning: missing initializer > include/linux/wait.h:82:

[PATCH] silence spinlock/rwlock uninitialized break_lock member warnings

2005-04-08 Thread Jesper Juhl
Hi Andrew, Any chance this patch could be added to -mm (and possibly mainline)? It removes a bunch of warnings when building with gcc -W, like these: include/linux/wait.h:82: warning: missing initializer include/linux/wait.h:82: warning: (near initialization for `(anonymous).break_lock')

[PATCH] silence spinlock/rwlock uninitialized break_lock member warnings

2005-04-08 Thread Jesper Juhl
Hi Andrew, Any chance this patch could be added to -mm (and possibly mainline)? It removes a bunch of warnings when building with gcc -W, like these: include/linux/wait.h:82: warning: missing initializer include/linux/wait.h:82: warning: (near initialization for `(anonymous).break_lock')

Re: [PATCH] silence spinlock/rwlock uninitialized break_lock member warnings

2005-04-08 Thread Andrew Morton
Jesper Juhl [EMAIL PROTECTED] wrote: Any chance this patch could be added to -mm (and possibly mainline)? Spose I can stick it in -mm. It removes a bunch of warnings when building with gcc -W, like these: include/linux/wait.h:82: warning: missing initializer include/linux/wait.h:82:

Re: [PATCH] silence spinlock/rwlock uninitialized break_lock member warnings

2005-04-08 Thread Jesper Juhl
On Fri, 8 Apr 2005, Andrew Morton wrote: Jesper Juhl [EMAIL PROTECTED] wrote: Any chance this patch could be added to -mm (and possibly mainline)? Spose I can stick it in -mm. It removes a bunch of warnings when building with gcc -W, like these: include/linux/wait.h:82: warning: