src/pxar/format_definitions.rs: do not store the feature_flags in pxar archive.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
a45a123950
commit
8bc8791338
|
@ -154,7 +154,6 @@ pub struct CaFormatHeader {
|
|||
#[derive(Endian)]
|
||||
#[repr(C)]
|
||||
pub struct CaFormatEntry {
|
||||
pub feature_flags: u64,
|
||||
pub mode: u64,
|
||||
pub flags: u64,
|
||||
pub uid: u64,
|
||||
|
|
Loading…
Reference in New Issue