update remaining users of tools::io::ops
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9110a69bd8
commit
9b2b627fe0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user