mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Fix a small spelling mistake
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
This commit is contained in:
@@ -48,7 +48,7 @@ struct IoRingJob {
|
|||||||
|
|
||||||
// we allow multiple io workers to process the same ioring, but different ranges
|
// we allow multiple io workers to process the same ioring, but different ranges
|
||||||
// so 1 ioring can be used to submit ios processed in parallel
|
// so 1 ioring can be used to submit ios processed in parallel
|
||||||
// howoever, we don't allow multiple threads to prepare ios in the same ioring
|
// however, we don't allow multiple threads to prepare ios in the same ioring
|
||||||
// or batches may be mixed and things may get ugly
|
// or batches may be mixed and things may get ugly
|
||||||
class IoRing : public std::enable_shared_from_this<IoRing> {
|
class IoRing : public std::enable_shared_from_this<IoRing> {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user