From: Markus Lidel <Markus.Lidel@shadowconnect.com>
To: Christoph Hellwig <hch@infradead.org>
Cc: linux-scsi@vger.kernel.org
Subject: Re: I2O enhancement for Adaptec management software
Date: Mon, 05 Apr 2004 12:37:58 +0200 [thread overview]
Message-ID: <40713706.9000308@shadowconnect.com> (raw)
In-Reply-To: <20040405111843.B4077@infradead.org>
Hello,
Christoph Hellwig wrote:
> Please separate gratious reformating from the actual patch.
Okay, no problem.
>>+ #define REPLY_FRAME_SIZE (17)
>>+ #define SG_TABLESIZE (30)
> Well, for a kernel submission I'd suggest to move them where they belong.
Okay...
>>+ c=i2o_find_controller(cmd->iop);
>>+ if(c == NULL)
>>+ return -ENXIO;
> Codingstyle looks rather strange here and in a few other places.
> Should be more like:
> c = i2o_find_controller(cmd->iop);
> if (!c)
> return -ENXIO;
that's right, i only copied it over from dpt_i2o, and tried to make it
work with i2o_config, but haven't looked at coding style at all :-(
>>+ get_user(reply_size, &user_reply[0]);
> You need to check the return value here.
Okay...
> Could you also please try to work out all the 64bit issues first?
Yes, i'll try to get it fixed. But maybe you know someone who could help
me a little bit, because i'm a little bit stuck at the moment :-(
I know a little bit about the I2O stuff, but not much about the SCSI
driver. Maybe if you have some time, you could look at:
http://marc.theaimsgroup.com/?l=linux-scsi&m=108085372527131&w=2
and give me a hint, where to begin searching. Also it would help, if you
know someone who could help me further :-D
Thank you very much for your comments.
Best regards,
Markus Lidel
------------------------------------------
Markus Lidel (Senior IT Consultant)
Shadow Connect GmbH
Carl-Reisch-Weg 12
D-86381 Krumbach
Germany
Phone: +49 82 82/99 51-0
Fax: +49 82 82/99 51-11
E-Mail: Markus.Lidel@shadowconnect.com
URL: http://www.shadowconnect.com
prev parent reply other threads:[~2004-04-05 10:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-05 9:43 I2O enhancement for Adaptec management software Markus Lidel
2004-04-05 10:02 ` Arjan van de Ven
2004-04-05 10:05 ` Christoph Hellwig
2004-04-05 10:10 ` Arjan van de Ven
2004-04-05 10:12 ` Christoph Hellwig
2004-04-07 21:10 ` James Bottomley
2004-04-08 9:27 ` Markus Lidel
2004-04-08 12:29 ` James Bottomley
2004-04-08 13:14 ` Markus Lidel
2004-04-23 8:31 ` Markus Lidel
2004-04-05 10:18 ` Christoph Hellwig
2004-04-05 10:37 ` Markus Lidel [this message]
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=40713706.9000308@shadowconnect.com \
--to=markus.lidel@shadowconnect.com \
--cc=hch@infradead.org \
--cc=linux-scsi@vger.kernel.org \
/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.