Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / include / linux / backing-dev.h
index d94077fea1f8a2f5f811f744eb825501047113fe..aff923ae8c4b963272563759b9ac52ad55778bd0 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 */
 };
 
This page took 0.027155 seconds and 5 git commands to generate.