initfs: Remove uid and gid fields for inodes
The initfs creation code always puts 0 in them.
This commit is contained in:
@@ -87,8 +87,6 @@ pub struct InodeHeader {
|
||||
pub type_and_mode: U32,
|
||||
pub length: U32,
|
||||
pub offset: Offset,
|
||||
pub uid: U32,
|
||||
pub gid: U32,
|
||||
}
|
||||
|
||||
pub const MODE_MASK: u32 = 0xFFF;
|
||||
|
||||
Reference in New Issue
Block a user