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