Skip to content

Commit

Permalink
mds: remove redundant parenthesis
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Mar 20, 2024
1 parent ba7d1f5 commit 1513327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mds/MDCache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8619,7 +8619,7 @@ int MDCache::path_traverse(const MDRequestRef& mdr, MDSContextFactory& cf,
discover = true;
}

if ((discover)) {
if (discover) {
dout(7) << "traverse: discover from " << path[depth] << " from " << *curdir << dendl;
discover_path(curdir, snapid, path.postfixpath(depth), cf.build(),
path_locked);
Expand Down

0 comments on commit 1513327

Please sign in to comment.