sync: don't block the flusher thread waiting on IO
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / writeback.h
index 579a500..abfe117 100644 (file)
@@ -78,6 +78,7 @@ struct writeback_control {
        unsigned tagged_writepages:1;   /* tag-and-write to avoid livelock */
        unsigned for_reclaim:1;         /* Invoked from the page allocator */
        unsigned range_cyclic:1;        /* range_start is cyclic */
+       unsigned for_sync:1;            /* sync(2) WB_SYNC_ALL writeback */
 };
 
 /*