|
|
@ -125,8 +125,8 @@ static |
|
|
u64 |
|
|
u64 |
|
|
_hybrid_hash(const std::string &branch_path_, |
|
|
_hybrid_hash(const std::string &branch_path_, |
|
|
const std::string &fusepath_, |
|
|
const std::string &fusepath_, |
|
|
const mode_t mode_, |
|
|
|
|
|
const ino_t ino_) |
|
|
|
|
|
|
|
|
const mode_t mode_, |
|
|
|
|
|
const ino_t ino_) |
|
|
{ |
|
|
{ |
|
|
return (S_ISDIR(mode_) ? |
|
|
return (S_ISDIR(mode_) ? |
|
|
::_path_hash(branch_path_,fusepath_,mode_,ino_) : |
|
|
::_path_hash(branch_path_,fusepath_,mode_,ino_) : |
|
|
|