]> err.no Git - linux-2.6/blobdiff - include/linux/writeback.h
proc: introduce proc_create_data to setup de->data
[linux-2.6] / include / linux / writeback.h
index b2cd826a8c90ecf40a9eb5e2ba29c49785f311e7..b7b3362f7717823768d0ae30f539019048ec9571 100644 (file)
@@ -62,6 +62,7 @@ struct writeback_control {
        unsigned for_reclaim:1;         /* Invoked from the page allocator */
        unsigned for_writepages:1;      /* This is a writepages() call */
        unsigned range_cyclic:1;        /* range_start is cyclic */
+       unsigned more_io:1;             /* more io to be dispatched */
 };
 
 /*