Re: [PATCH] bcache: fix error return value in memory shrink

2018-03-05 Thread Michael Lyle
LGTM, applied On 01/30/2018 07:30 PM, tang.jun...@zte.com.cn wrote: > From: Tang Junhui > > In bch_mca_scan(), the return value should not be the number of freed btree > nodes, but the number of pages of freed btree nodes. > > Signed-off-by: Tang Junhui

[PATCH] bcache: fix error return value in memory shrink

2018-01-30 Thread tang . junhui
From: Tang Junhui In bch_mca_scan(), the return value should not be the number of freed btree nodes, but the number of pages of freed btree nodes. Signed-off-by: Tang Junhui --- drivers/md/bcache/btree.c | 2 +- 1 file changed, 1 insertion(+), 1