]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/writeback.h
leds: add possibility to remove leds classdevs during suspend/resume
[mv-sheeva.git] / 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 */
 };
 
 /*