]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: Populate writeback_rate_minimum attribute
authorBen Peddell <klightspeed@killerwolves.net>
Mon, 8 Oct 2018 12:41:13 +0000 (20:41 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 8 Oct 2018 14:19:46 +0000 (08:19 -0600)
commit09084d211bf19953f3a2dccf633c6ac4d5594691
tree19af7b4b79913ad9015712f29fad7a06626466f0
parentec8c43952663f17ac34cfe7b1d326440820db4e3
bcache: Populate writeback_rate_minimum attribute

Forgot to include the maintainers with my first email.

Somewhere between Michael Lyle's original
"bcache: PI controller for writeback rate V2" patch dated 07 Sep 2017
and bb7dcc4 bcache: implement PI controller for writeback rate,
the mapping of the writeback_rate_minimum attribute was dropped.

Re-add the missing sysfs writeback_rate_minimum attribute mapping to
"allow the user to specify a minimum rate at which dirty blocks are
retired."

Fixes: bb7dcc4 ("bcache: implement PI controller for writeback rate")
Signed-off-by: Ben Peddell <klightspeed@killerwolves.net>
Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/sysfs.c