Re: [PATCH] drbd: add module_put() on error path in drbd_proc_open()

2013-03-04 Thread Philipp Reisner
Hi Alexey, Thanks a lot! I have put it into our tree. http://git.drbd.org/gitweb.cgi?p=drbd-8.4.git I intend to get it into the 3.10 merge window. Best, Phil > If single_open() fails in drbd_proc_open(), module refcount is left > incremented. The patch adds module_put() on the error path. > >

[PATCH] drbd: add module_put() on error path in drbd_proc_open()

2013-03-01 Thread Alexey Khoroshilov
If single_open() fails in drbd_proc_open(), module refcount is left incremented. The patch adds module_put() on the error path. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/block/drbd/drbd_proc.c | 10 -- 1 file changed,