--- zzzz-none-000/linux-3.10.107/Documentation/DocBook/kernel-locking.tmpl 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/Documentation/DocBook/kernel-locking.tmpl 2021-02-04 17:41:59.000000000 +0000 @@ -1760,7 +1760,7 @@ -There is a furthur optimization possible here: remember our original +There is a further optimization possible here: remember our original cache code, where there were no reference counts and the caller simply held the lock whenever using the object? This is still possible: if you hold the lock, no one can delete the object, so you don't need to @@ -1955,10 +1955,15 @@ - + Mutex API reference !Iinclude/linux/mutex.h -!Ekernel/mutex.c +!Ekernel/locking/mutex.c + + + + Futex API reference +!Ikernel/futex.c @@ -1967,7 +1972,7 @@ - Documentation/spinlocks.txt: + Documentation/locking/spinlocks.txt: Linus Torvalds' spinlocking tutorial in the kernel sources.