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:
John Spray 2016-11-15 18:52:26 +00:00 committed by GitHub
commit 6b4e508afa

View File

@ -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);