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" <snitzer@xxxxxxxxx> You forgot to export bitmap_cond_end_sync. Cc: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 snitzer@xxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html