Re: [PATCH] aoe, tb0219: fix late spin_lock_init() and friends

2007-03-27 Thread Alexey Dobriyan
On Sun, Mar 25, 2007 at 02:36:09PM -0800, Andrew Morton wrote: > On Sun, 25 Mar 2007 23:02:21 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > Some drivers do register_chrdev() before lock or semaphore used in > > corresponding file_operations is initialized. > > --- a/drivers/char/tb0219.c >

Re: [PATCH] aoe, tb0219: fix late spin_lock_init() and friends

2007-03-25 Thread Andrew Morton
On Sun, 25 Mar 2007 23:02:21 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > Some drivers do register_chrdev() before lock or semaphore used in > corresponding file_operations is initialized. > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > drivers/block/aoe/aoechr.c |4 +