From: "Chen, Kenneth W" <kenneth.w.chen@intel.com>
To: "'Zach Brown'" <zach.brown@oracle.com>,
"Christoph Hellwig" <hch@infradead.org>
Cc: "Andrew Morton" <akpm@osdl.org>,
"linux-kernel" <linux-kernel@vger.kernel.org>
Subject: RE: [patch] remove redundant iov segment check
Date: Tue, 2 Jan 2007 10:25:55 -0800 [thread overview]
Message-ID: <000601c72e9b$717f86a0$ff0da8c0@amr.corp.intel.com> (raw)
In-Reply-To: <712B05B5-F7E2-4F19-9980-2CA95C5D15AC@oracle.com>
Zach Brown wrote on Tuesday, January 02, 2007 10:22 AM
> >> I wonder if it wouldn't be better to make this change as part of a
> >> larger change that moves towards an explicit iovec container struct
> >> rather than bare 'struct iov *' and 'nr_segs' arguments.
>
> > I suspect it should be rather trivial to get this started. As a first
> > step we simply add a
> >
> > struct iodesc {
> > int nr_segs;
> > struct iovec ioc[]
> > };
>
> Agreed, does anyone plan to try this in the near future?
Yes, I will take a stab at it this week.
next prev parent reply other threads:[~2007-01-02 18:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-04 16:26 Chen, Kenneth W
2006-12-04 19:18 ` Zach Brown
2006-12-04 19:45 ` Chen, Kenneth W
2006-12-04 19:50 ` Zach Brown
2007-01-02 11:01 ` Christoph Hellwig
2007-01-02 18:22 ` Zach Brown
2007-01-02 18:25 ` Chen, Kenneth W [this message]
2006-12-04 19:36 ` Andrew Morton
2006-12-04 19:50 ` Chen, Kenneth W
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='000601c72e9b$717f86a0$ff0da8c0@amr.corp.intel.com' \
--to=kenneth.w.chen@intel.com \
--cc=akpm@osdl.org \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=zach.brown@oracle.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
Powered by JetHome