diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-25 00:53:27 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-25 00:53:27 -0800 |
| commit | be3fc7739161a29e57ae1481358656af385b1002 (patch) | |
| tree | 6a0e7420ca9fcb67a2fac8b55489bfe84a8b9de7 /other/java/client/src | |
| parent | ceaf993a271dde56c3ce2d8c9f6c448acb946773 (diff) | |
| download | seaweedfs-be3fc7739161a29e57ae1481358656af385b1002.tar.xz seaweedfs-be3fc7739161a29e57ae1481358656af385b1002.zip | |
mount2: use consistent inode
Diffstat (limited to 'other/java/client/src')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
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 { |
