[dm-devel] [PATCH] dm bufio: update comment in dm-bufio.c

2018-10-31 Thread Shenghui Wang
* Hashtable has been replaced by rbtree to manage buffers. Update the comment. * Fix typo in the comment for dm_bufio_issue_flush Signed-off-by: Shenghui Wang --- drivers/md/dm-bufio.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/md/dm-bufio.c

Re: [dm-devel] [PATCH] dm bufio: update comment in dm-bufio.c

2018-10-30 Thread Mikulas Patocka
OK. Acked-by: Mikulas Patocka On Tue, 30 Oct 2018, Shenghui Wang wrote: > * Hashtable has been replaced by rbtree to manage buffers. > Update the comment. > * Fix typo in the comment for dm_bufio_issue_flush > > Signed-off-by: Shenghui Wang > --- > drivers/md/dm-bufio.c | 12 ++--