Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261610AbUF3Tvo (ORCPT ); Wed, 30 Jun 2004 15:51:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261857AbUF3Tvo (ORCPT ); Wed, 30 Jun 2004 15:51:44 -0400 Received: from e32.co.us.ibm.com ([32.97.110.130]:34203 "EHLO e32.co.us.ibm.com") by vger.kernel.org with ESMTP id S261610AbUF3Tvc (ORCPT ); Wed, 30 Jun 2004 15:51:32 -0400 From: Kevin Corry To: Linus Torvalds , Andrew Morton Subject: [PATCH] 0/4: Device-Mapper: Minor cleanups and fixes Date: Wed, 30 Jun 2004 14:52:16 -0500 User-Agent: KMail/1.6.2 Cc: LKML MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406301452.16886.kevcorry@us.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 826 Lines: 26 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/