mirror of
https://github.com/ceph/ceph
synced 2025-03-10 10:19:26 +00:00
Merge pull request #11908 from stiopaa1/mds_mdcache_removeUnusedFunctions
mds/MDCache.h: remove unused functions Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
6b4e508afa
@ -879,11 +879,6 @@ public:
|
||||
*/
|
||||
int path_traverse(MDRequestRef& mdr, Message *req, MDSInternalContextBase *fin, const filepath& path,
|
||||
vector<CDentry*> *pdnvec, CInode **pin, int onfail);
|
||||
bool path_is_mine(filepath& path);
|
||||
bool path_is_mine(string& p) {
|
||||
filepath path(p, 1);
|
||||
return path_is_mine(path);
|
||||
}
|
||||
|
||||
CInode *cache_traverse(const filepath& path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user