// sysWriteBits determines which bits to OR into the mode to make a directory writable. // It must be called when there are no other file system operations happening. func sysWriteBits() fs.FileMode { … }
// sysWriteBits determines which bits to OR into the mode to make a directory writable. // It must be called when there are no other file system operations happening. func sysWriteBits() fs.FileMode { … }