[SCSI] sd_dif: problem with verify of type 1 protection information (PI)
[cascardo/linux.git] / mm / page-writeback.c
index efe6814..4514ad7 100644 (file)
@@ -2311,10 +2311,6 @@ void wait_for_stable_page(struct page *page)
 
        if (!bdi_cap_stable_pages_required(bdi))
                return;
-#ifdef CONFIG_NEED_BOUNCE_POOL
-       if (mapping->host->i_sb->s_flags & MS_SNAP_STABLE)
-               return;
-#endif /* CONFIG_NEED_BOUNCE_POOL */
 
        wait_on_page_writeback(page);
 }