From be3fc7739161a29e57ae1481358656af385b1002 Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 25 Feb 2022 00:53:27 -0800 Subject: mount2: use consistent inode --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 4740637db..36b253eec 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -172,6 +172,7 @@ message FuseAttributes { bytes md5 = 14; string disk_type = 15; uint32 rdev = 16; + uint64 inode = 17; } message CreateEntryRequest { -- cgit v1.2.3