diff options
Diffstat (limited to 'include/linux/backing-dev.h')
| -rw-r--r-- | include/linux/backing-dev.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index 7628219e538..35b00746c71 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h @@ -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 */  };  |