diff options
| author | chrislu <chris.lu@gmail.com> | 2022-03-13 00:14:50 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-03-13 00:14:50 -0800 |
| commit | f70c1e449b9f80545ff7e6c1c88f2c2e27e4d0e8 (patch) | |
| tree | 240e89d8437f4712b66dab99bdc587d51f628b37 /weed/mount/weedfs.go | |
| parent | b20ddc57a7d4c01fe1218fbd1bd74a500b9fab63 (diff) | |
| download | seaweedfs-f70c1e449b9f80545ff7e6c1c88f2c2e27e4d0e8.tar.xz seaweedfs-f70c1e449b9f80545ff7e6c1c88f2c2e27e4d0e8.zip | |
add useful doc link
Diffstat (limited to 'weed/mount/weedfs.go')
| -rw-r--r-- | weed/mount/weedfs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/mount/weedfs.go b/weed/mount/weedfs.go index 260a4e1da..195a5bb27 100644 --- a/weed/mount/weedfs.go +++ b/weed/mount/weedfs.go @@ -56,6 +56,7 @@ type Option struct { } type WFS struct { + // https://dl.acm.org/doi/fullHtml/10.1145/3310148 // follow https://github.com/hanwen/go-fuse/blob/master/fuse/api.go fuse.RawFileSystem fs.Inode |
