From: Kevin Corry <kevcorry@us.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: Andreas Dilger <adilger@clusterfs.com>,
Alasdair G Kergon <agk@redhat.com>, Andrew Morton <akpm@osdl.org>
Subject: Re: [PATCH] 2/5: Device-mapper: kcopyd
Date: Wed, 2 Jun 2004 11:50:48 -0500 [thread overview]
Message-ID: <200406021150.48049.kevcorry@us.ibm.com> (raw)
In-Reply-To: <20040602161541.GB15785@schnapps.adilger.int>
On Wednesday 02 June 2004 11:15 am, Andreas Dilger wrote:
> On Jun 02, 2004 16:41 +0100, Alasdair G Kergon wrote:
> > kcopyd
> >
> > --- diff/drivers/md/kcopyd.c 1969-12-31 18:00:00.000000000 -0600
> > +++ source/drivers/md/kcopyd.c 2004-06-01 19:51:31.000000000 -0500
> > @@ -0,0 +1,667 @@
> > +/*
> > + * Copyright (C) 2002 Sistina Software (UK) Limited.
> > + *
> > + * This file is released under the GPL.
> > + */
>
> It might be nice to have a brief comment here explaining what this is
> and how it is supposed to be used.
How's this?
We're also working on some general documentation which will go in
Documentation/device-mapper and will include more detailed information about
the core driver and the other sub-modules. We'll try to submit those patches
in the near future.
--
Kevin Corry
kevcorry@us.ibm.com
http://evms.sourceforge.net/
--- diff/drivers/md/kcopyd.c 2004-06-02 11:44:53.000000000 -0500
+++ source/drivers/md/kcopyd.c 2004-06-02 11:44:33.000000000 -0500
@@ -2,6 +2,10 @@
* Copyright (C) 2002 Sistina Software (UK) Limited.
*
* This file is released under the GPL.
+ *
+ * Kcopyd provides a simple interface for copying an area of one
+ * block-device to one or more other block-devices, with an asynchronous
+ * completion notification.
*/
#include <asm/atomic.h>
--- diff/drivers/md/kcopyd.h 2004-06-02 11:44:53.000000000 -0500
+++ source/drivers/md/kcopyd.h 2004-06-02 11:44:47.000000000 -0500
@@ -2,6 +2,10 @@
* Copyright (C) 2001 Sistina Software
*
* This file is released under the GPL.
+ *
+ * Kcopyd provides a simple interface for copying an area of one
+ * block-device to one or more other block-devices, with an asynchronous
+ * completion notification.
*/
#ifndef DM_KCOPYD_H
next prev parent reply other threads:[~2004-06-02 16:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-02 15:41 [PATCH] 2/5: Device-mapper: kcopyd Alasdair G Kergon
2004-06-02 16:15 ` Andreas Dilger
2004-06-02 16:50 ` Kevin Corry [this message]
2004-07-03 5:44 ` Daniel Phillips
2004-06-02 21:15 ` Alasdair G Kergon
2004-06-03 3:41 ` Andrew Morton
2004-06-03 13:28 ` Alasdair G Kergon
2004-06-10 6:18 ` Andrew Morton
2004-06-10 8:16 ` Kevin Corry
2004-06-10 18:12 ` Andrew Morton
2004-06-10 14:55 ` Alasdair G Kergon
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=200406021150.48049.kevcorry@us.ibm.com \
--to=kevcorry@us.ibm.com \
--cc=adilger@clusterfs.com \
--cc=agk@redhat.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox