vfs: Remove the range_cont writeback mode.
[safe/jmp/linux-2.6] / mm / page-writeback.c
index c130a13..e373f14 100644 (file)
@@ -961,8 +961,6 @@ retry:
        if (wbc->range_cyclic || (range_whole && wbc->nr_to_write > 0))
                mapping->writeback_index = index;
 
-       if (wbc->range_cont)
-               wbc->range_start = index << PAGE_CACHE_SHIFT;
        return ret;
 }
 EXPORT_SYMBOL(write_cache_pages);