Re: ide-tape redux (was: Re:)

2008-02-09 Thread Bartlomiej Zolnierkiewicz
On Wednesday 06 February 2008, Borislav Petkov wrote: > ... and while we're at it ... > > commit c824f79fe4040f7541d7e35c546bb57a22d2fe11 > Author: Borislav Petkov <[EMAIL PROTECTED]> > Date: Wed Feb 6 06:23:10 2008 +0100 > > ide-tape: move all struct and other defs to the top > >

Re: ide-tape redux (was: Re:)

2008-02-09 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday 06 February 2008, Borislav Petkov wrote: > On Tue, Feb 05, 2008 at 02:20:22AM +0100, Bartlomiej Zolnierkiewicz wrote: > > [...] > > > w.r.t. #11 ide-tape uses char devices and supports DSC so it is not as > > obvious > > as in ide-floppy case that all atomic bitops can be just

Re: ide-tape redux (was: Re:)

2008-02-05 Thread Borislav Petkov
... and while we're at it ... commit c824f79fe4040f7541d7e35c546bb57a22d2fe11 Author: Borislav Petkov <[EMAIL PROTECTED]> Date: Wed Feb 6 06:23:10 2008 +0100 ide-tape: move all struct and other defs to the top Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]> diff --git a/drivers

Re: ide-tape redux (was: Re:)

2008-02-05 Thread Borislav Petkov
On Tue, Feb 05, 2008 at 02:20:22AM +0100, Bartlomiej Zolnierkiewicz wrote: [...] > w.r.t. #11 ide-tape uses char devices and supports DSC so it is not as obvious > as in ide-floppy case that all atomic bitops can be just removed (extra audit > and some time -mm are required) so please resync/resu