From: Gregoire Favre <greg@ulima.unil.ch>
To: Jens Axboe <axboe@suse.de>
Cc: Joerg Schilling <schilling@fokus.fraunhofer.de>,
cdwrite@other.debian.org, linux-kernel@vger.kernel.org
Subject: Re: Can't burn DVD under 2.5.59 with ide-cd
Date: Thu, 23 Jan 2003 20:21:40 +0100 [thread overview]
Message-ID: <20030123192140.GD9141@ulima.unil.ch> (raw)
In-Reply-To: <20030123190711.GW910@suse.de>
On Thu, Jan 23, 2003 at 08:07:11PM +0100, Jens Axboe wrote:
> just add a len=%d to the printk line, and failed->sense_len as the
> argument.
Does it show like this:
if ((rq->flags & REQ_SENSE) && uptodate) {
/*
* For REQ_SENSE, "rq->buffer" points to the original failed
* request
*/
struct request *failed = (struct request *) rq->buffer;
struct cdrom_info *info = drive->driver_data;
void *sense = &info->sense_data;
if (failed && block_pc_request(failed))
printk("%s: failed %p len=%d \n", __FUNCTION__, failed->sense,failed->sense_len);
if (failed && failed->sense)
sense = failed->sense;
In that case, I got:
ld -m elf_i386 -e stext -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/i386/kernel/built-in.o arch/i386/mm/built-in.o arch/i386/mach-default/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o security/built-in.o crypto/built-in.o lib/lib.a arch/i386/lib/lib.a drivers/built-in.o sound/built-in.o arch/i386/pci/built-in.o net/built-in.o --end-group -o vmlinux
drivers/built-in.o(.text+0x5c563): In function `cdrom_end_request':
: undefined reference to `block_pc_request'
make: *** [vmlinux] Error 1
Sorry I certainly didn't understand you right...
Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch
next prev parent reply other threads:[~2003-01-23 19:12 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-23 17:52 Can't burn DVD under 2.5.59 with ide-cd Joerg Schilling
2003-01-23 18:01 ` Gregoire Favre
2003-01-23 18:06 ` Jens Axboe
2003-01-23 18:10 ` Jens Axboe
2003-01-23 18:55 ` Gregoire Favre
2003-01-23 19:07 ` Jens Axboe
2003-01-23 19:21 ` Gregoire Favre [this message]
2003-01-23 21:18 ` Jens Axboe
2003-01-23 21:54 ` Gregoire Favre
2003-01-24 7:55 ` Jens Axboe
2003-01-24 9:10 ` Henning P. Schmiedehausen
2003-01-24 9:26 ` Jens Axboe
2003-01-25 14:25 ` Gregoire Favre
2003-01-26 16:23 ` Jens Axboe
2003-01-26 16:38 ` Gregoire Favre
2003-01-23 18:02 ` Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2003-01-22 15:38 Joerg Schilling
2003-01-22 8:23 Joerg Schilling
2003-01-22 8:35 ` Jens Axboe
2003-01-22 9:47 ` Gregoire Favre
2003-01-22 12:57 ` Bob_Tracy(0000)
2003-01-23 17:51 ` Gregoire Favre
2003-01-22 12:00 ` Andre Hedrick
2003-01-22 18:13 ` William Lee Irwin III
2003-01-22 1:09 Joerg Schilling
2003-01-22 8:05 ` Jens Axboe
2003-01-21 22:07 Gregoire Favre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030123192140.GD9141@ulima.unil.ch \
--to=greg@ulima.unil.ch \
--cc=axboe@suse.de \
--cc=cdwrite@other.debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=schilling@fokus.fraunhofer.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.