Re: [dm-devel] dm bufio: fix missed destroy of mutex c->lock

2018-01-05 Thread Xiongwei Song
ei > On Thu, Jan 04 2018 at 9:08am -0500, > Xiongwei Song <sxwj...@gmail.com> wrote: > >> The mutex c->lock is initialized in dm_bufio_client_create, however, >> it is not destroyed before free the structure of dm_bufio_client in >> dm_bufio_client_d

Re: [dm-devel] [PATCH] dm bufio: fix missed destroy of mutex c->lock

2018-01-04 Thread Xiongwei Song
2018-01-04 22:08 GMT+08:00 Xiongwei Song <sxwj...@gmail.com>: > The mutex c->lock is initialized in dm_bufio_client_create, however, > it is not destroyed before free the structure of dm_bufio_client in > dm_bufio_client_destroy. > > Signed-off-by: Xiongwei

[dm-devel] [PATCH] dm bufio: fix missed destroy of mutex c->lock

2018-01-04 Thread Xiongwei Song
The mutex c->lock is initialized in dm_bufio_client_create, however, it is not destroyed before free the structure of dm_bufio_client in dm_bufio_client_destroy. Signed-off-by: Xiongwei Song <sxwj...@gmail.com> --- drivers/md/dm-bufio.c | 1 + 1 file changed, 1 insertion(+) diff --git

[dm-devel] [PATCH] dm bufio: fix missed destroy of mutex c->lock

2018-01-04 Thread Xiongwei Song
The mutex c->lock is initialized in dm_bufio_client_create, however, it is not destroyed before free the structure of dm_bufio_client in dm_bufio_client_destroy. Signed-off-by: Xiongwei Song <sxwj...@gmail.com> --- drivers/md/dm-bufio.c | 1 + 1 file changed, 1 insertion(+) diff --git