]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox-sys/src/fs/mod.rs
proxmox-sys: imported pbs-tool/src/xattr.rs
[proxmox.git] / proxmox-sys / src / fs / mod.rs
index 84a3fa85ef522e283c9494cc6a1dde400f18c064..5fffec94087b9cef9a60f103e8372a85176e97fa 100644 (file)
@@ -21,6 +21,8 @@ pub use read_dir::*;
 mod fsx_attr;
 pub use fsx_attr::*;
 
+pub mod xattr;
+
 /// Change ownership of an open file handle
 pub fn fchown(fd: RawFd, owner: Option<Uid>, group: Option<Gid>) -> Result<(), Error> {
     // According to the POSIX specification, -1 is used to indicate that owner and group