Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: aoe: add it to the driver-api book

Those files belong to the admin guide, so add them.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Justin Sanders <justin@coraid.com>

+5 -6
+1
Documentation/admin-guide/index.rst
··· 83 83 namespaces/index 84 84 perf-security 85 85 acpi/index 86 + aoe/index 86 87 device-mapper/index 87 88 laptops/index 88 89
+2 -2
Documentation/aoe/aoe.rst Documentation/admin-guide/aoe/aoe.rst
··· 20 20 21 21 http://aoetools.sourceforge.net/ 22 22 23 - The scripts in this Documentation/aoe directory are intended to 23 + The scripts in this Documentation/admin-guide/aoe directory are intended to 24 24 document the use of the driver and are not necessary if you install 25 25 the aoetools. 26 26 ··· 86 86 a convenient way. Users with aoetools should use the aoe-stat 87 87 command:: 88 88 89 - root@makki root# sh Documentation/aoe/status.sh 89 + root@makki root# sh Documentation/admin-guide/aoe/status.sh 90 90 e10.0 eth3 up 91 91 e10.1 eth3 up 92 92 e10.2 eth3 up
Documentation/aoe/autoload.sh Documentation/admin-guide/aoe/autoload.sh
Documentation/aoe/examples.rst Documentation/admin-guide/aoe/examples.rst
-2
Documentation/aoe/index.rst Documentation/admin-guide/aoe/index.rst
··· 1 - :orphan: 2 - 3 1 ======================= 4 2 ATA over Ethernet (AoE) 5 3 =======================
Documentation/aoe/status.sh Documentation/admin-guide/aoe/status.sh
Documentation/aoe/todo.rst Documentation/admin-guide/aoe/todo.rst
Documentation/aoe/udev-install.sh Documentation/admin-guide/aoe/udev-install.sh
+1 -1
Documentation/aoe/udev.txt Documentation/admin-guide/aoe/udev.txt
··· 11 11 # udev_rules="/etc/udev/rules.d/" 12 12 # bash# ls /etc/udev/rules.d/ 13 13 # 10-wacom.rules 50-udev.rules 14 - # bash# cp /path/to/linux/Documentation/aoe/udev.txt \ 14 + # bash# cp /path/to/linux/Documentation/admin-guide/aoe/udev.txt \ 15 15 # /etc/udev/rules.d/60-aoe.rules 16 16 # 17 17
+1 -1
MAINTAINERS
··· 2689 2689 M: "Justin Sanders" <justin@coraid.com> 2690 2690 W: http://www.openaoe.org/ 2691 2691 S: Supported 2692 - F: Documentation/aoe/ 2692 + F: Documentation/admin-guide/aoe/ 2693 2693 F: drivers/block/aoe/ 2694 2694 2695 2695 ATHEROS 71XX/9XXX GPIO DRIVER