mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
Merge pull request #23038 from linuxbox2/wip-rgwfile-deepstat
rgw_file: deep stat handling
This commit is contained in:
commit
30973c5a5c
@ -2265,6 +2265,9 @@ public:
|
||||
<< " target = " << path << ""
|
||||
<< dendl;
|
||||
matched = true;
|
||||
/* match-dir case (trailing '/') */
|
||||
if (name == prefix + "/")
|
||||
exact_matched = true;
|
||||
is_dir = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user