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:
Christian Ebner 2019-05-22 17:50:39 +02:00 committed by Dietmar Maurer
parent a45a123950
commit 8bc8791338
1 changed files with 0 additions and 1 deletions

View File

@ -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,