mount2: add rdev

This commit is contained in:
chrislu
2022-02-24 14:51:25 -08:00
parent 95717d1006
commit ceaf993a27
7 changed files with 437 additions and 420 deletions

View File

@@ -24,6 +24,7 @@ type Attr struct {
SymlinkTarget string
Md5 []byte
FileSize uint64
Rdev uint32
}
func (attr Attr) IsDirectory() bool {