The patch titled Subject: writeback-safer-lock-nesting-fix has been removed from the -mm tree. Its filename was writeback-safer-lock-nesting-fix.patch This patch was dropped because it was folded into writeback-safer-lock-nesting.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: writeback-safer-lock-nesting-fix comment tweaks, struct initialization simplification Cc: Greg Thelen <gthelen@xxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Nicholas Piggin <npiggin@xxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Cc: Wang Long <wanglong19@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/backing-dev.h | 3 ++- mm/page-writeback.c | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff -puN include/linux/backing-dev.h~writeback-safer-lock-nesting-fix include/linux/backing-dev.h --- a/include/linux/backing-dev.h~writeback-safer-lock-nesting-fix +++ a/include/linux/backing-dev.h @@ -356,7 +356,8 @@ static inline struct bdi_writeback *inod * unlocked_inode_to_wb_end(). * * The caller must call unlocked_inode_to_wb_end() with *@cookie afterwards and - * can't sleep during transaction. IRQ may or may not be disabled on return. + * can't sleep during the transaction. IRQs may or may not be disabled on + * return. */ static inline struct bdi_writeback * unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) diff -puN mm/page-writeback.c~writeback-safer-lock-nesting-fix mm/page-writeback.c --- a/mm/page-writeback.c~writeback-safer-lock-nesting-fix +++ a/mm/page-writeback.c @@ -2502,7 +2502,7 @@ void account_page_redirty(struct page *p if (mapping && mapping_cap_account_dirty(mapping)) { struct inode *inode = mapping->host; struct bdi_writeback *wb; - struct wb_lock_cookie cookie = {0}; + struct wb_lock_cookie cookie = {}; wb = unlocked_inode_to_wb_begin(inode, &cookie); current->nr_dirtied--; @@ -2614,7 +2614,7 @@ void __cancel_dirty_page(struct page *pa if (mapping_cap_account_dirty(mapping)) { struct inode *inode = mapping->host; struct bdi_writeback *wb; - struct wb_lock_cookie cookie = {0}; + struct wb_lock_cookie cookie = {}; lock_page_memcg(page); wb = unlocked_inode_to_wb_begin(inode, &cookie); @@ -2654,7 +2654,7 @@ int clear_page_dirty_for_io(struct page if (mapping && mapping_cap_account_dirty(mapping)) { struct inode *inode = mapping->host; struct bdi_writeback *wb; - struct wb_lock_cookie cookie = {0}; + struct wb_lock_cookie cookie = {}; /* * Yes, Virginia, this is indeed insane. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch writeback-safer-lock-nesting.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch ocfs2-without-quota-support-try-to-avoid-calling-quota-recovery-checkpatch-fixes.patch mm.patch zram-introduce-zram-memory-tracking-update-fix.patch mm-check-for-sigkill-inside-dup_mmap-loop-fix.patch list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch mm-oom-cgroup-aware-oom-killer-fix.patch mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fix.patch mm-oom-cgroup-aware-oom-killer-fix-fix.patch proc-simpler-iterations-for-proc-cmdline-fix.patch ida-remove-simple_ida_lock-fix.patch linux-next-git-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.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