Merge tag 'v4.0-rc3' into x86/build, to refresh an older tree before applying new...
[linux-2.6-microblaze.git] / include / linux / backing-dev.h
index d94077f..aff923a 100644 (file)
@@ -55,6 +55,7 @@ struct bdi_writeback {
        struct list_head b_dirty;       /* dirty inodes */
        struct list_head b_io;          /* parked for writeback */
        struct list_head b_more_io;     /* parked for more writeback */
+       struct list_head b_dirty_time;  /* time stamps are dirty */
        spinlock_t list_lock;           /* protects the b_* lists */
 };