All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 0/4: Device-Mapper: Minor cleanups and fixes
@ 2004-06-30 19:52 Kevin Corry
  2004-06-30 19:57 ` [PATCH] 1/4: DM: kcopyd.c: Remove unused include Kevin Corry
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kevin Corry @ 2004-06-30 19:52 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: LKML

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@us.ibm.com
http://evms.sourceforge.net/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-06-30 20:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-30 19:52 [PATCH] 0/4: Device-Mapper: Minor cleanups and fixes Kevin Corry
2004-06-30 19:57 ` [PATCH] 1/4: DM: kcopyd.c: Remove unused include Kevin Corry
2004-06-30 19:57 ` [PATCH] 2/4: DM: kcopyd.c: make client_add() return void Kevin Corry
2004-06-30 19:58 ` [PATCH] 3/4: DM: dm-raid1.c: Enforce max of 9 mirrors Kevin Corry
2004-06-30 19:58 ` [PATCH] 4/4: DM: dm-raid1.c: Use fixed-size arrays Kevin Corry
2004-06-30 20:07   ` Michael Buesch
2004-06-30 20:28     ` Jedi/Sector One

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.