Commit 23b5d97d authored by Andrew Chambers's avatar Andrew Chambers Committed by Han-Wen Nienhuys

fuse: Add release flag constants

Change-Id: Icb2931139a6293abaaa95623a8e130dd6f8dab0b
parent 4a0e6eb5
......@@ -18,6 +18,9 @@ const (
FUSE_LK_FLOCK = (1 << 0)
FUSE_RELEASE_FLUSH = (1 << 0)
FUSE_RELEASE_FLOCK_UNLOCK = (1 << 1)
FUSE_IOCTL_MAX_IOV = 256
FUSE_POLL_SCHEDULE_NOTIFY = (1 << 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment