mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-17 04:52:46 +08:00
Merge pull request #991 from trapexit/fix/symlink
Get attrs for link, not target
This commit is contained in:
commit
34c684a4f5
|
@ -155,6 +155,6 @@ namespace FUSE
|
|||
if(rv < 0)
|
||||
return rv;
|
||||
|
||||
return FUSE::getattr(target_,st_,timeout_);
|
||||
return FUSE::getattr(linkpath_,st_,timeout_);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user