mirror of
https://github.com/versity/scoutfs-go.git
synced 2026-09-04 07:07:17 +00:00
27dcea35068c25feb565e9b46f863dd1153337f6
The inode path request stored the result buffer address as an integer, which could become stale if the Go stack moved before the syscall. Pin the buffer while the ioctl runs so ScoutFS writes to the address that Go later reads.
scoutfs-go
This library provides interfaces for scoutfs See godoc for more details.
The ScoutFS repo has ScoutFS introduction and quickstart in README.md.
Visit Versity Blog Post describing example use of this interface.
Languages
Go
100%