mirror of
https://github.com/deepseek-ai/3FS
synced 2025-05-31 18:49:02 +00:00
Fix a small spelling mistake (#266)
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
This commit is contained in:
parent
0033c5b0bb
commit
0fd4d9b308
@ -48,7 +48,7 @@ struct IoRingJob {
|
||||
|
||||
// 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
|
||||
// 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
|
||||
class IoRing : public std::enable_shared_from_this<IoRing> {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user