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

@@ -51,6 +51,7 @@ func (wfs *WFS) Mknod(cancel <-chan struct{}, in *fuse.MknodIn, name string, out
Collection: wfs.option.Collection,
Replication: wfs.option.Replication,
TtlSec: wfs.option.TtlSec,
Rdev: in.Rdev,
},
}