6 lines
95 B
Go
6 lines
95 B
Go
package fuse
|
|
|
|
func init() {
|
|
initFlagNames.set(CAP_NO_OPENDIR_SUPPORT, "NO_OPENDIR_SUPPORT")
|
|
}
|