On Mon, 9 Jan 2006 11:58:01 +0100 Jens Axboe wrote: [skip] > I've merged this up for 2.6.16-rc inclusion, probably should go to > stabel as well. > > --- > > [PATCH] Kill blk_attempt_remerge() > > It's a bad interface, and it's always done too late. Remove it. > > Signed-off-by: Jens Axboe <[email protected]> > [skip] > diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c > index 1539603..2e44d81 100644 > --- a/drivers/cdrom/cdrom.c > +++ b/drivers/cdrom/cdrom.c > @@ -426,7 +426,7 @@ int register_cdrom(struct cdrom_device_i > cdi->exit = cdrom_mrw_exit; > > if (cdi->disk) > - cdi->cdda_method = CDDA_BPC_FULL; > + cdi->cdda_method = CDDA_BPC_SINGLE; > else > cdi->cdda_method = CDDA_OLD; Does not seem to be related to the rest of patch... [skip]
Attachment:
pgpPx2l4oi8zS.pgp
Description: PGP signature
- Follow-Ups:
- Re: 2.6.15 cfq oops
- From: Jens Axboe <[email protected]>
- Re: 2.6.15 cfq oops
- References:
- 2.6.15 cfq oops
- From: Dave Jones <[email protected]>
- Re: 2.6.15 cfq oops
- From: Jens Axboe <[email protected]>
- 2.6.15 cfq oops
- Prev by Date: Re: kernel BUG at drivers/ide/ide.c:1384!
- Next by Date: Re: [PATCH 2/5] rcu: don't check ->donelist in __rcu_pending()
- Previous by thread: Re: 2.6.15 cfq oops
- Next by thread: Re: 2.6.15 cfq oops
- Index(es):