mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
doc: Fix typo in rcu_head comments
Signed-off-by: Lihao Liang <lianglihao@huawei.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
parent
f4f2cf8bd8
commit
30a050defb
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ struct ustat {
|
||||||
*
|
*
|
||||||
* This guarantee is important for few reasons:
|
* This guarantee is important for few reasons:
|
||||||
* - future call_rcu_lazy() will make use of lower bits in the pointer;
|
* - future call_rcu_lazy() will make use of lower bits in the pointer;
|
||||||
* - the structure shares storage spacer in struct page with @compound_head,
|
* - the structure shares storage space in struct page with @compound_head,
|
||||||
* which encode PageTail() in bit 0. The guarantee is needed to avoid
|
* which encode PageTail() in bit 0. The guarantee is needed to avoid
|
||||||
* false-positive PageTail().
|
* false-positive PageTail().
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue