]> git.baikalelectronics.ru Git - kernel.git/commit
docs: move locking-specific documents to locking/
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 1 May 2020 15:37:54 +0000 (17:37 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 15 May 2020 18:05:07 +0000 (12:05 -0600)
commit95ca6d73a8a97ba343082746dbf935863b76375a
tree5c7514627a4f4fa5d1b34783cf35b83354f4f2d6
parent9184027f0aaf6c95856bb57d04d0fa0b16fd9981
docs: move locking-specific documents to locking/

Several files under Documentation/*.txt describe some type of
locking API. Move them to locking/ subdir and add to the
locking/index.rst index file.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/dd833a10bbd0b2c1461d78913f5ec28a7e27f00b.1588345503.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
17 files changed:
Documentation/futex-requeue-pi.txt [deleted file]
Documentation/hwspinlock.txt [deleted file]
Documentation/locking/futex-requeue-pi.rst [new file with mode: 0644]
Documentation/locking/hwspinlock.rst [new file with mode: 0644]
Documentation/locking/index.rst
Documentation/locking/percpu-rw-semaphore.rst [new file with mode: 0644]
Documentation/locking/pi-futex.rst [new file with mode: 0644]
Documentation/locking/preempt-locking.rst [new file with mode: 0644]
Documentation/locking/robust-futex-ABI.rst [new file with mode: 0644]
Documentation/locking/robust-futexes.rst [new file with mode: 0644]
Documentation/locking/rt-mutex.rst
Documentation/percpu-rw-semaphore.txt [deleted file]
Documentation/pi-futex.txt [deleted file]
Documentation/preempt-locking.txt [deleted file]
Documentation/robust-futex-ABI.txt [deleted file]
Documentation/robust-futexes.txt [deleted file]
MAINTAINERS