Commit fd636e38 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Drop some FUSE_ prefixes.

parent 4d3e7f85
...@@ -241,7 +241,7 @@ type FlushIn struct { ...@@ -241,7 +241,7 @@ type FlushIn struct {
} }
const ( const (
FUSE_READ_LOCKOWNER = (1 << 1) READ_LOCKOWNER = (1 << 1)
) )
type ReadIn struct { type ReadIn struct {
...@@ -255,8 +255,8 @@ type ReadIn struct { ...@@ -255,8 +255,8 @@ type ReadIn struct {
} }
const ( const (
FUSE_WRITE_CACHE = (1 << 0) WRITE_CACHE = (1 << 0)
FUSE_WRITE_LOCKOWNER = (1 << 1) WRITE_LOCKOWNER = (1 << 1)
) )
type WriteIn struct { type WriteIn struct {
......
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