diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-26 02:50:50 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-26 02:50:53 -0800 |
| commit | 3a1d3d3413c5fc6a49c138ed5024f2b907f63d37 (patch) | |
| tree | 387c4e7e4e559942d9bd1d4cfeee1d23599e209f /go.mod | |
| parent | c41961d5cccf4a4b49e5968e0da283c6fb1f47c3 (diff) | |
| download | seaweedfs-3a1d3d3413c5fc6a49c138ed5024f2b907f63d37.tar.xz seaweedfs-3a1d3d3413c5fc6a49c138ed5024f2b907f63d37.zip | |
mount: properly invalidate kernel node cache entry
fix https://github.com/chrislusf/seaweedfs/issues/1752
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ require ( github.com/prometheus/client_golang v1.3.0 github.com/rakyll/statik v0.1.7 github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect - github.com/seaweedfs/fuse v1.0.9 + github.com/seaweedfs/fuse v1.1.0 github.com/seaweedfs/goexif v1.0.2 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e github.com/spaolacci/murmur3 v1.1.0 // indirect |
