mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-14 09:55:12 +08:00
Get attrs for link, not target
This commit is contained in:
parent
518b4a6b85
commit
e256c88e4c
@ -155,6 +155,6 @@ namespace FUSE
|
||||
if(rv < 0)
|
||||
return rv;
|
||||
|
||||
return FUSE::getattr(target_,st_,timeout_);
|
||||
return FUSE::getattr(linkpath_,st_,timeout_);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user