commit | 193d01532a730a53cbc74462799dbc43968b97fd | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Wed Mar 27 14:08:46 2013 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 28 10:10:25 2013 -0600 |
tree | 917477d5227813f210a84f5f9eea124507dc975b | |
parent | 607f25e56ee0a31e451f6bd8a7109fa1f5dcbe29 [diff] |
drbd: add module_put() on error path in drbd_proc_open() 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 <khoroshilov@ispras.ru> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>