diff options
Diffstat (limited to 'drivers/md/bcache/bcache.h')
-rw-r--r-- | drivers/md/bcache/bcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h index d03bc6f66493..d6970a651e42 100644 --- a/drivers/md/bcache/bcache.h +++ b/drivers/md/bcache/bcache.h | |||
@@ -477,7 +477,6 @@ struct gc_stat { | |||
477 | 477 | ||
478 | size_t nkeys; | 478 | size_t nkeys; |
479 | uint64_t data; /* sectors */ | 479 | uint64_t data; /* sectors */ |
480 | uint64_t dirty; /* sectors */ | ||
481 | unsigned in_use; /* percent */ | 480 | unsigned in_use; /* percent */ |
482 | }; | 481 | }; |
483 | 482 | ||