disable symlink translation for now
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func (wfs *WFS) AcquireHandle(inode uint64, uid, gid uint32) (fileHandle *FileHandle, status fuse.Status) {
|
||||
var entry *filer_pb.Entry
|
||||
_, _, entry, status = wfs.maybeReadEntry(inode)
|
||||
_, _, entry, inode, status = wfs.maybeReadEntry(inode, true)
|
||||
if status == fuse.OK {
|
||||
// need to AcquireFileHandle again to ensure correct handle counter
|
||||
fileHandle = wfs.fhmap.AcquireFileHandle(wfs, inode, entry)
|
||||
|
||||
Reference in New Issue
Block a user