The patch titled

     md: create a MODULE_ALIAS for md corresponding to its block major number.

has been added to the -mm tree.  Its filename is

     
md-create-a-module_alias-for-md-corresponding-to-its-block-major-number.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

md-make-sure-resync-gets-started-when-array-starts.patch
inotify-fix-for-unexpected-idr-behaviour.patch
md-create-a-module_alias-for-md-corresponding-to-its-block-major-number.patch
md-clear-the-recovery-flags-when-starting-an-md-array.patch
sunrpc-cache_register-can-use-wrong-module-reference.patch
md-fix-minor-error-in-raid10-read-balancing-calculation.patch
md-fail-io-request-to-md-that-require-a-barrier.patch
md-dont-allow-new-md-bitmap-file-to-be-set-if-one-already-exists.patch
md-improve-handling-of-bitmap-initialisation.patch
md-all-hot-add-and-hot-remove-of-md-intent-logging-bitmaps.patch
md-support-write-mostly-device-in-raid1.patch
md-add-write-behind-support-for-md-raid1.patch
md-support-md-linear-array-with-components-greater-than-2-terabytes.patch
md-raid1_quiesce-is-back-to-front-fix-it.patch
md-make-sure-bitmap_daemon_work-actually-does-work.patch
md-do-not-set-mddev-bitmap-until-bitmap-is-fully-initialised.patch
md-allow-hot-adding-devices-to-arrays-with-non-persistant-superblocks.patch
md-allow-md-to-load-a-superblock-with-feature-bit-1-set.patch
md-fix-bitmap-read_sb_page-so-that-it-handles-errors-properly.patch
drivers-md-fix-up-schedule_timeout-usage.patch



From: NeilBrown <[EMAIL PROTECTED]>

I just discoverred this is needed for module auto-loading.

Signed-off-by: Neil Brown <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/md/md.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN 
drivers/md/md.c~md-create-a-module_alias-for-md-corresponding-to-its-block-major-number
 drivers/md/md.c
--- 
devel/drivers/md/md.c~md-create-a-module_alias-for-md-corresponding-to-its-block-major-number
       2005-08-26 12:55:19.000000000 -0700
+++ devel-akpm/drivers/md/md.c  2005-08-26 12:55:19.000000000 -0700
@@ -4011,3 +4011,4 @@ EXPORT_SYMBOL(md_print_devices);
 EXPORT_SYMBOL(md_check_recovery);
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("md");
+MODULE_ALIAS_BLOCKDEV_MAJOR(MD_MAJOR);
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to