The patch titled Subject: ocfs2-reduce-object-size-of-mlog-uses-fix has been removed from the -mm tree. Its filename was ocfs2-reduce-object-size-of-mlog-uses-fix.patch This patch was dropped because it was folded into ocfs2-reduce-object-size-of-mlog-uses.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: ocfs2-reduce-object-size-of-mlog-uses-fix export __mlog_printk() to other ocfs2 modules Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/cluster/masklog.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/ocfs2/cluster/masklog.c~ocfs2-reduce-object-size-of-mlog-uses-fix fs/ocfs2/cluster/masklog.c --- a/fs/ocfs2/cluster/masklog.c~ocfs2-reduce-object-size-of-mlog-uses-fix +++ a/fs/ocfs2/cluster/masklog.c @@ -109,6 +109,7 @@ void __mlog_printk(const u64 *mask, cons va_end(args); } +EXPORT_SYMBOL_GPL(__mlog_printk); struct mlog_attribute { struct attribute attr; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch ocfs2-reduce-object-size-of-mlog-uses.patch ocfs2-remove-__mlog_cpu_guess.patch ocfs2-remove-__mlog_cpu_guess-fix.patch ocfs2-fix-null-pointer-dereference-in-function-ocfs2_abort_trigger-fix.patch mm-slab_common-support-the-slub_debug-boot-option-on-specific-object-size-fix.patch mm-fix-mprotect-behaviour-on-vm_locked-vmas-fix.patch mm-new-mm-hook-framework.patch mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount-handling-fix.patch rmap-fix-theoretical-race-between-do_wp_page-and-shrink_active_list-fix.patch rmap-fix-theoretical-race-between-do_wp_page-and-shrink_active_list-fix-fix.patch hugetlb-do-not-account-hugetlb-pages-as-nr_file_pages-fix.patch mm-do-not-ignore-mapping_gfp_mask-in-page-cache-allocation-paths-checkpatch-fixes.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