The patch titled Subject: fix-crash-on-ocfs2_duplicate_clusters_by_page-v5-checkpatch-fixes has been removed from the -mm tree. Its filename was fix-crash-on-ocfs2_duplicate_clusters_by_page-v5-checkpatch-fixes.patch This patch was dropped because it was folded into fix-crash-on-ocfs2_duplicate_clusters_by_page.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fix-crash-on-ocfs2_duplicate_clusters_by_page-v5-checkpatch-fixes WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) #4: ocfs2_duplicate_clusters_by_page may crash if one of extent's pages is dirty. WARNING: line over 80 characters #54: FILE: fs/ocfs2/refcounttree.c:2958: + * In case PAGE_SIZE <= CLUSTER_SIZE, we do not expect a dirty page, total: 0 errors, 2 warnings, 10 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/fix-crash-on-ocfs2_duplicate_clusters_by_page-v5.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Larry Chen <lchen@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/refcounttree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/fs/ocfs2/refcounttree.c~fix-crash-on-ocfs2_duplicate_clusters_by_page-v5-checkpatch-fixes +++ a/fs/ocfs2/refcounttree.c @@ -2955,8 +2955,8 @@ retry: } /* - * In case PAGE_SIZE <= CLUSTER_SIZE, we do not expect a dirty page, - * so write it back. + * In case PAGE_SIZE <= CLUSTER_SIZE, we do not expect a dirty + * page, so write it back. */ if (PAGE_SIZE <= OCFS2_SB(sb)->s_clustersize) { if (PageDirty(page)) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fix-crash-on-ocfs2_duplicate_clusters_by_page.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch fix-clusters-leak-in-ocfs2_defrag_extent-fix.patch mm.patch mmpage_alloc-pf_wq_worker-threads-must-sleep-at-should_reclaim_retry-fix.patch sched-loadavg-consolidate-load_int-load_frac-calc_load-fix.patch mm-mremap-downgrade-mmap_sem-to-read-when-shrinking-fix.patch mm-brk-downgrade-mmap_sem-to-read-when-shrinking-fix.patch mm-calculate-deferred-pages-after-skipping-mirrored-memory-fix.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix.patch lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix-fix.patch ipc-allow-boot-time-extension-of-ipcmni-from-32k-to-8m-checkpatch-fixes.patch linux-next-rejects.patch linux-next-git-rejects.patch memblock-stop-using-implicit-alignement-to-smp_cache_bytes-checkpatch-fixes.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch