update remaining users of tools::io::ops
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
		@ -16,7 +16,8 @@ use std::os::unix::io::AsRawFd;
 | 
				
			|||||||
use uuid::Uuid;
 | 
					use uuid::Uuid;
 | 
				
			||||||
//use chrono::{Local, TimeZone};
 | 
					//use chrono::{Local, TimeZone};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use crate::tools::io::ops::*;
 | 
					use proxmox::tools::io::ReadExt;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use crate::tools::vec;
 | 
					use crate::tools::vec;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use super::{DataChunk, DataChunkBuilder};
 | 
					use super::{DataChunk, DataChunkBuilder};
 | 
				
			||||||
 | 
				
			|||||||
@ -21,7 +21,8 @@ use nix::sys::stat::Mode;
 | 
				
			|||||||
use nix::errno::Errno;
 | 
					use nix::errno::Errno;
 | 
				
			||||||
use nix::NixPath;
 | 
					use nix::NixPath;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use crate::tools::io::ops::*;
 | 
					use proxmox::tools::io::ReadExt;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use crate::tools::vec;
 | 
					use crate::tools::vec;
 | 
				
			||||||
use crate::tools::fs;
 | 
					use crate::tools::fs;
 | 
				
			||||||
use crate::tools::acl;
 | 
					use crate::tools::acl;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user