<div dir="ltr">Hi,<br><br>Please check following codes whether potential error or not on version: 9.0.1-1.<br><br>1. drbd_pause_after/drbd_resume_next<div><br> - You used disk_state without array index.<br><br>#if 1<br>       if (other_device-&gt;disk_state[NOW] == D_DISKLESS) { // new<br>#else<br>       if (other_device-&gt;disk_state == D_DISKLESS) { // orignal code<br>#endif<br><br><br>2. drbd_adm_dump_peer_devices/drbd_adm_dump_devices<br><br> - If you run the first &quot;goto put_result;&quot; statement, you should meet rcu_read_unlock() without rcu_read_lock().<br> - Is it no problem?<br><br><br>Thanks.
</div><div><br></div></div>