lightnvm: pblk: fix spelling in comment
Signed-off-by: Hua Su <suhua.tanke@gmail.com> Updated description. Signed-off-by: Matias Bjørling <mb@lightnvm.io> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
e698d9f4e6
commit
6e82f0ba00
|
@ -147,7 +147,7 @@ int pblk_rb_init(struct pblk_rb *rb, unsigned int size, unsigned int threshold,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize rate-limiter, which controls access to the write buffer
|
* Initialize rate-limiter, which controls access to the write buffer
|
||||||
* but user and GC I/O
|
* by user and GC I/O
|
||||||
*/
|
*/
|
||||||
pblk_rl_init(&pblk->rl, rb->nr_entries);
|
pblk_rl_init(&pblk->rl, rb->nr_entries);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue