[PATCH] 0/4: Device-Mapper: Minor cleanups and fixes

From: Kevin Corry
Date: Wed Jun 30 2004 - 14:52:39 EST


Patches against 2.6.7-bk13.

Revision 1:
kcopyd.c: Remove unused #include.

Revision 2:
kcopyd.c: client_add() can return void instead of an int, which will
eliminate an unnecessary error path in kcopyd_client_create().

Revision 3:
dm-raid1.c: Since kcopyd can currently only handle 1 source and up to 8
destinations, enforce a max of 9 mirrors when creating a dm-mirror device.

Revision 4:
dm-raid1.c: Declare fixed-sized (instead of variable-sized) arrays on the
stack in recover() and do_write().

--
Kevin Corry
kevcorry@xxxxxxxxxx
http://evms.sourceforge.net/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/