Closed ryancaicse closed 2 years ago
It seems that lock rdev->caw_lock is not released before Line 1736. Should it be a bug? https://github.com/open-iscsi/tcmu-runner/blob/b4d1656ecc5500b85416e1014669669434ddb291/tcmur_cmd_handler.c#L1731-L1736
rdev->caw_lock
No, please check the handle_caw_read_cbk/handle_caw_write_cbk, the lock will be released there later for aio.
handle_caw_read_cbk/handle_caw_write_cbk
@lxbsz Thank you for your reply!
It seems that lock
rdev->caw_lock
is not released before Line 1736. Should it be a bug? https://github.com/open-iscsi/tcmu-runner/blob/b4d1656ecc5500b85416e1014669669434ddb291/tcmur_cmd_handler.c#L1731-L1736