mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-02 20:00:56 +00:00
typo in linux-sync-4.md?
From " he implementation of the `__mutex_fastpath_lock` " => " `t`he implementation of the `__mutex_fastpath_lock` " Is this a typo? if not, I will close this PR, Thanks for your review.
This commit is contained in:
parent
e287181a33
commit
3dcd5b0fd1
@ -205,7 +205,7 @@ exit:
|
||||
return;
|
||||
```
|
||||
|
||||
For this moment he implementation of the `__mutex_fastpath_lock` function looks pretty easy. But the value of the `mutex->counter` may be negative after increment. In this case the:
|
||||
For this moment the implementation of the `__mutex_fastpath_lock` function looks pretty easy. But the value of the `mutex->counter` may be negative after increment. In this case the:
|
||||
|
||||
```C
|
||||
fail_fn(v);
|
||||
|
Loading…
Reference in New Issue
Block a user