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

From: Kevin Corry (kevcorry_at_us.ibm.com)
Date: 06/30/04

  • Next message: Byron Stanoszek: "RE: PATCH: Further aacraid work"
    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/
    

  • Next message: Byron Stanoszek: "RE: PATCH: Further aacraid work"

    Relevant Pages

    • RE: Hugetlb demanding paging for -mm tree
      ... >> to have correct functionality for hugetlb demand paging. ... +static void scrub_one_pmd ... *, int); ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: i386 entry.S problems
      ... > kernel; nothing can legitemately use them and in the last few years ... -asmlinkage void lcall27; ... static void __init set_task_gate(unsigned int n, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] deinline sleep/delay functions
      ... void ndelay(unsigned int nsecs) ... any delay function. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [RFC 4/5] sysfs-attr_group.patch
      ... +static void remove_files(struct sysfs_dirent * sd, ... +static int create_files(struct sysfs_dirent * parent_sd, ... void sysfs_remove_group(struct kobject * kobj, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [2/4] consolidate bit waiting code patterns
      ... -static inline int sync_page ... +static inline void wake_up_page ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)