mirror of
https://github.com/versity/scoutfs-go.git
synced 2026-09-04 15:17:05 +00:00
2c056f768ecd4bf25d2c9959e7452b5f207746f9
ScoutFS ioctl structures store user buffer addresses as integers, so Go cannot update them if the backing memory moves. Pin every nested buffer before converting its pointer and unpin it after the ioctl completes.
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%