[PATCH] 0/4: Device-Mapper: Minor cleanups and fixes
From: Kevin Corry (kevcorry_at_us.ibm.com)
Date: 06/30/04
- Previous message: Adrian Bunk: "Re: kernel compile error on SuSE 9.1"
- Next in thread: Kevin Corry: "[PATCH] 1/4: DM: kcopyd.c: Remove unused include"
- Reply: Kevin Corry: "[PATCH] 1/4: DM: kcopyd.c: Remove unused include"
- Reply: Kevin Corry: "[PATCH] 2/4: DM: kcopyd.c: make client_add() return void"
- Reply: Kevin Corry: "[PATCH] 4/4: DM: dm-raid1.c: Use fixed-size arrays"
- Reply: Kevin Corry: "[PATCH] 3/4: DM: dm-raid1.c: Enforce max of 9 mirrors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org> Date: Wed, 30 Jun 2004 14:52:16 -0500
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/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Adrian Bunk: "Re: kernel compile error on SuSE 9.1"
- Next in thread: Kevin Corry: "[PATCH] 1/4: DM: kcopyd.c: Remove unused include"
- Reply: Kevin Corry: "[PATCH] 1/4: DM: kcopyd.c: Remove unused include"
- Reply: Kevin Corry: "[PATCH] 2/4: DM: kcopyd.c: make client_add() return void"
- Reply: Kevin Corry: "[PATCH] 4/4: DM: dm-raid1.c: Use fixed-size arrays"
- Reply: Kevin Corry: "[PATCH] 3/4: DM: dm-raid1.c: Enforce max of 9 mirrors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|