bcache: remove retry_flush_write from struct cache_set
In struct cache_set, retry_flush_write is added for commit c4dc2497d5
("bcache: fix high CPU occupancy during journal") which is reverted in
previous patch.
Now it is useless anymore, and this patch removes it from bcache code.
Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -706,7 +706,6 @@ struct cache_set {
|
||||
|
||||
atomic_long_t reclaim;
|
||||
atomic_long_t flush_write;
|
||||
atomic_long_t retry_flush_write;
|
||||
|
||||
enum {
|
||||
ON_ERROR_UNREGISTER,
|
||||
|
Reference in New Issue
Block a user