Chao Wang 27dcea3506 Fix empty inode paths caused by stack movement
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.
2026-09-02 15:59:04 -07:00
2024-06-25 15:13:45 -07:00
2021-03-02 16:48:32 -07:00
2018-10-03 11:11:27 -07:00
2018-10-03 11:22:02 -07:00

scoutfs-go

This library provides interfaces for scoutfs See godoc for more details.

GoDoc

ScoutFS Webpage

The ScoutFS repo has ScoutFS introduction and quickstart in README.md.

Visit Versity Blog Post describing example use of this interface.

S
Description
No description provided
Readme BSD-3-Clause
300 KiB
Languages
Go 100%