[KARMIC] UBUNTU: Update the dm-raid45 module to latest version

Manoj Iyer manoj.iyer at canonical.com
Tue Jun 30 21:19:10 UTC 2009


Mail system is bouncing my mail coz the patch is too big, so including 
only request pull. If the moderator can clear my prev email, that one has 
the patch attached.

I updated the dm-raid45 files under ubuntu/, the module is now built as a 
single .ko, I tested the kernel on an AMD64 box, the dm-raid45 module
loads fine. I am unable to test to see if it actaully works. Here is the 
load test:

manjo at sleepy:~$ uname -r
2.6.31-1-generic

manjo at sleepy:~$ sudo modprobe dm-raid45
manjo at sleepy:~$ lsmod
Module                  Size  Used by
dm_raid45              15104  0


The following changes since commit 
662f64ad194439c2f3b7b01238c372c782dffb08:
   Andy Whitcroft (1):
         UBUNTU: remove leftovers of gfs

are available in the git repository at:

   git://kernel.ubuntu.com/manjo/ubuntu-karmic.git dmraid45

Manoj Iyer (1):
       UBUNTU: Update the dm-raid45 module to latest version

  ubuntu/Makefile                                    |    2 +-
  ubuntu/dm-raid4-5/BOM                              |    2 +-
  ubuntu/dm-raid4-5/Makefile                         |    3 +-
  .../dm-raid4-5/{dm-mem-cache.c => dm-memcache.c}   |   79 +-
  .../dm-raid4-5/{dm-mem-cache.h => dm-memcache.h}   |   37 +-
  ubuntu/dm-raid4-5/dm-message.c                     |   13 +-
  ubuntu/dm-raid4-5/dm-message.h                     |    6 +-
  ubuntu/dm-raid4-5/dm-raid4-5.c                     | 4425 
-------------------
  ubuntu/dm-raid4-5/dm-raid4-5.h                     |   27 -
  ubuntu/dm-raid4-5/dm-raid45.c                      | 4547 
++++++++++++++++++++
  ubuntu/dm-raid4-5/dm-raid45.h                      |   28 +
  ubuntu/dm-raid4-5/dm-region-hash.c                 |  718 +++
  ubuntu/dm-raid4-5/dm-region-hash.h                 |  108 +
  ubuntu/dm-raid4-5/dm-region_hash.c                 |  643 ---
  ubuntu/dm-raid4-5/dm-region_hash.h                 |   75 -
  15 files changed, 5485 insertions(+), 5228 deletions(-)
  rename ubuntu/dm-raid4-5/{dm-mem-cache.c => dm-memcache.c} (78%)
  rename ubuntu/dm-raid4-5/{dm-mem-cache.h => dm-memcache.h} (50%)
  delete mode 100644 ubuntu/dm-raid4-5/dm-raid4-5.c
  delete mode 100644 ubuntu/dm-raid4-5/dm-raid4-5.h
  create mode 100644 ubuntu/dm-raid4-5/dm-raid45.c
  create mode 100644 ubuntu/dm-raid4-5/dm-raid45.h
  create mode 100644 ubuntu/dm-raid4-5/dm-region-hash.c
  create mode 100644 ubuntu/dm-raid4-5/dm-region-hash.h
  delete mode 100644 ubuntu/dm-raid4-5/dm-region_hash.c
  delete mode 100644 ubuntu/dm-raid4-5/dm-region_hash.h


Cheers
--- manjo




More information about the kernel-team mailing list