]> Pileus Git - ~andy/linux/blobdiff - include/linux/backing-dev.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[~andy/linux] / include / linux / backing-dev.h
index 7628219e5386c56e2df863d8f8d4759c1c986f41..35b00746c712fc11776e78345edf786b98f9063b 100644 (file)
@@ -31,6 +31,7 @@ enum bdi_state {
        BDI_async_congested,    /* The async (write) queue is getting full */
        BDI_sync_congested,     /* The sync queue is getting full */
        BDI_registered,         /* bdi_register() was done */
+       BDI_writeback_running,  /* Writeback is in progress */
        BDI_unused,             /* Available bits start here */
 };