Re: [dm-devel] [PATCH 05/11] multipathd: add need_do_map to indicate whether need calling domap() in ev_remove_path()

2017-01-16 Thread Benjamin Marzinski
On Thu, Jan 12, 2017 at 01:52:21PM +0800, tang.jun...@zte.com.cn wrote: > From: tang.junhui > > Usually calling domap() in ev_remove_path() is needed, but only last > path need to call domap() in processing for merged uevents to reduce the > count of calling domap() and promote efficiency. So add

[dm-devel] [PATCH 05/11] multipathd: add need_do_map to indicate whether need calling domap() in ev_remove_path()

2017-01-11 Thread tang . junhui
From: tang.junhui Usually calling domap() in ev_remove_path() is needed, but only last path need to call domap() in processing for merged uevents to reduce the count of calling domap() and promote efficiency. So add input parameter need_do_map to indicate whether need calling domap() in ev_remove