The patch titled
     md: Update md bitmap during resync (fix)
has been removed from the -mm tree.  Its filename was
     md-update-md-bitmap-during-resync-fix.patch

This patch was dropped because it was folded into 
md-update-md-bitmap-during-resync.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
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

origin.patch
md-update-md-bitmap-during-resync.patch
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