commit | 8e9c523016cf9983b295e4bc659183d1fa6ef8e0 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Nov 07 10:48:47 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 08 06:55:22 2019 -0700 |
tree | b8c8d9ae92beeb320dcf4985ea5909815b423839 | |
parent | b0814361a25cba73a224548843ed92d8ea78715a [diff] |
block: drbd: remove a stray unlock in __drbd_send_protocol() There are two callers of this function and they both unlock the mutex so this ends up being a double unlock. Fixes: 44ed167da748 ("drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>