From: Jens Axboe <jens.axboe@oracle.com>
To: Mike Miller <mike.miller@hp.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>,
LKML-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH 1/1] cciss: procfs updates to display info about many volumes
Date: Tue, 19 Feb 2008 11:48:18 +0100 [thread overview]
Message-ID: <20080219104818.GX23197@kernel.dk> (raw)
In-Reply-To: <20080211220906.GA24835@roadking.usa.hp.com>
On Mon, Feb 11 2008, Mike Miller wrote:
> Patch 1 of 1
>
> This patch allows us to display information about all of the logical volumes
> configured on a particular without stepping on memory even when there are
> many volumes (128 or more) configured. This patch replaces the one submitted
> on 20071214. See
> http://groups.google.com/group/linux.kernel/browse_thread/thread/49a50244b19f8855/ba3dc95b23391521?hl=en&lnk=gst&q=cciss#ba3dc95b23391521
> which has not been merged. That patch displayed information about only the
> first logical volume on each controller and had negative side effects for some
> installers.
> Please consider this for inclusion.
It looks ok, but has some flaws. Try to disable cciss scsi and tape
support:
In file included from drivers/block/cciss.c:231:
drivers/block/cciss_scsi.c:1498:38: error: macro parameters must be
comma-separated
drivers/block/cciss.c: In function 'cciss_seq_show_header':
drivers/block/cciss.c:272: error: implicit declaration of function
'cciss_seq_tape_report'
drivers/block/cciss.c: In function 'cciss_proc_write':
drivers/block/cciss.c:393: error: implicit declaration of function
'cciss_engage_scsi'
You macro definition of cciss_seq_tape_report() is totally busted.
Either write is as a macro OR as a function.
Fix these up and resubmit, then I'll take it.
--
Jens Axboe
next prev parent reply other threads:[~2008-02-19 10:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-11 22:09 [PATCH 1/1] cciss: procfs updates to display info about many volumes Mike Miller
2008-02-19 10:48 ` Jens Axboe [this message]
2008-02-19 11:59 ` Andrew Morton
2008-02-19 16:46 ` Miller, Mike (OS Dev)
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=20080219104818.GX23197@kernel.dk \
--to=jens.axboe@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=mike.miller@hp.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox