The patch titled
     md: Update md bitmap during resync (fix)
has been added to the -mm tree.  Its filename is
     md-update-md-bitmap-during-resync-fix.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: md: Update md bitmap during resync (fix)
From: "Mike Snitzer" <[EMAIL PROTECTED]>

You forgot to export bitmap_cond_end_sync.

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

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

diff -puN drivers/md/bitmap.c~md-update-md-bitmap-during-resync-fix 
drivers/md/bitmap.c
--- a/drivers/md/bitmap.c~md-update-md-bitmap-during-resync-fix
+++ a/drivers/md/bitmap.c
@@ -1589,3 +1589,4 @@ EXPORT_SYMBOL(bitmap_start_sync);
 EXPORT_SYMBOL(bitmap_end_sync);
 EXPORT_SYMBOL(bitmap_unplug);
 EXPORT_SYMBOL(bitmap_close_sync);
+EXPORT_SYMBOL(bitmap_cond_end_sync);
_

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

md-update-md-bitmap-during-resync-fix.patch

-
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