From ceaf993a271dde56c3ce2d8c9f6c448acb946773 Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 24 Feb 2022 14:51:25 -0800 Subject: mount2: add rdev --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 3db2b53c9..4740637db 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -171,6 +171,7 @@ message FuseAttributes { string symlink_target = 13; bytes md5 = 14; string disk_type = 15; + uint32 rdev = 16; } message CreateEntryRequest { -- cgit v1.2.3