bdi: remove unused stuff
authorTejun Heo <tj@kernel.org>
Sun, 7 Sep 2014 23:03:57 +0000 (08:03 +0900)
committerJens Axboe <axboe@fb.com>
Mon, 8 Sep 2014 16:00:36 +0000 (10:00 -0600)
Two flags and one bdi_writeback field are no longer used.  Remove
them.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/backing-dev.h

index e488e9459a93f5e3e39ff339a7b0a1bbdee08165..2103a7fa3fd8620aacab577fdd47c50f0650e94a 100644 (file)
@@ -28,12 +28,10 @@ struct dentry;
  * Bits in backing_dev_info.state
  */
 enum bdi_state {
-       BDI_wb_alloc,           /* Default embedded wb allocated */
        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 */
 };
 
 typedef int (congested_fn)(void *, int);
@@ -50,7 +48,6 @@ enum bdi_stat_item {
 
 struct bdi_writeback {
        struct backing_dev_info *bdi;   /* our parent bdi */
-       unsigned int nr;
 
        unsigned long last_old_flush;   /* last old data flush */