Skip to content

Commit

Permalink
CR4
Browse files Browse the repository at this point in the history
  • Loading branch information
budevg committed Feb 10, 2025
1 parent 618c378 commit 1410dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/filestore/libs/service_local/index.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class TLocalIndex
}

STORAGE_INFO(
"UseNodeFileHandles, Root=" << RootPath <<
"Inititialize NodeLoader, Root=" << RootPath <<
", Inode=" << root->Stat().INode <<
", NodeLoader=" << NodeLoader->ToString());
} catch (...) {
Expand Down Expand Up @@ -440,7 +440,7 @@ class TLocalIndex
return nullptr;
}

// NodesLock write lock is taken
// NodesLock write lock should be taken
TIndexNodePtr ForgetNodeWriteLocked(ui64 nodeId)
{
TIndexNodePtr node = nullptr;
Expand Down

0 comments on commit 1410dfc

Please sign in to comment.