]> Pileus Git - ~andy/linux/blobdiff - mm/page-writeback.c
ipv6: split duplicate address detection and router solicitation timer
[~andy/linux] / mm / page-writeback.c
index efe68148f621959beb28987dd9430fff289f583f..4514ad7415c327bfbbe9837f3a7955291f3a172d 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);
 }