Commit ec6e45ba authored by Kevin Corry's avatar Kevin Corry Committed by Linus Torvalds

[PATCH] kcopyd commentary

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.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d400c31f
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
* Copyright (C) 2002 Sistina Software (UK) Limited. * Copyright (C) 2002 Sistina Software (UK) Limited.
* *
* This file is released under the GPL. * 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> #include <asm/atomic.h>
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
* Copyright (C) 2001 Sistina Software * Copyright (C) 2001 Sistina Software
* *
* This file is released under the GPL. * 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 #ifndef DM_KCOPYD_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment