Skip to content

Commit

Permalink
fix_cpplint_error
Browse files Browse the repository at this point in the history
Signed-off-by: jbk <2634358021@qq.com>
  • Loading branch information
bit-dance committed Mar 28, 2023
1 parent 4d7e4ce commit f50e244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvefs/src/client/fuse_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ CURVEFS_ERROR FuseClient::FuseOpInit(void *userdata,
}
inodeManager_->SetFsId(fsInfo_->fsid());
dentryManager_->SetFsId(fsInfo_->fsid());
//enableSumInDir_ = fsInfo_->enablesumindir() && !FLAGS_enableCto;
// enableSumInDir_ = fsInfo_->enablesumindir() && !FLAGS_enableCto;
enableSumInDir_ = fsInfo_->enablesumindir();
if (fsInfo_->has_recycletimehour()) {
enableSumInDir_ = enableSumInDir_ && (fsInfo_->recycletimehour() == 0);
Expand Down

0 comments on commit f50e244

Please sign in to comment.