Skip to content

Commit

Permalink
fixed StatFs diagnostics RequestType (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrorlqr committed Sep 25, 2024
1 parent 470afdc commit 9c55e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/filestore/libs/vfs_fuse/loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ class TFileSystemLoop final
//

ops.statfs = [] (fuse_req_t req, fuse_ino_t ino) {
CALL(StatFs, EFileStoreRequest::GetFileStoreInfo, 0, req, ino);
CALL(StatFs, EFileStoreRequest::StatFileStore, 0, req, ino);
};

//
Expand Down

0 comments on commit 9c55e94

Please sign in to comment.