aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-25 00:53:27 -0800
committerchrislu <chris.lu@gmail.com>2022-02-25 00:53:27 -0800
commitbe3fc7739161a29e57ae1481358656af385b1002 (patch)
tree6a0e7420ca9fcb67a2fac8b55489bfe84a8b9de7 /other/java/client
parentceaf993a271dde56c3ce2d8c9f6c448acb946773 (diff)
downloadseaweedfs-be3fc7739161a29e57ae1481358656af385b1002.tar.xz
seaweedfs-be3fc7739161a29e57ae1481358656af385b1002.zip
mount2: use consistent inode
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
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 {