Skip to content

Commit b872f2c

Browse files
committed
Remove tracing code for a mutex in read
1 parent 9e55cd8 commit b872f2c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

vuinputd/src/cuse_device/vuinput_read.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ pub unsafe extern "C" fn vuinput_read(
2929
let fh = &(*_fi).fh;
3030
let vuinput_state_mutex =
3131
get_vuinput_state(&VuFileHandle::from_fuse_file_info(_fi.as_ref().unwrap())).unwrap();
32-
println!("vuinput_read: lock");
3332
let mut vuinput_state = vuinput_state_mutex.lock().unwrap();
34-
println!("vuinput_read: locked");
3533

3634
const NORMAL_SIZE: usize = std::mem::size_of::<libc::input_event>();
3735
let is_compat = vuinput_state.requesting_process.is_compat;

0 commit comments

Comments
 (0)