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

@@ -171,6 +171,7 @@ message FuseAttributes {
string symlink_target = 13;
bytes md5 = 14;
string disk_type = 15;
uint32 rdev = 16;
}
message CreateEntryRequest {