aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2013-07-02 02:05:11 -0400
committerRusty Russell <rusty@rustcorp.com.au>2013-07-02 02:08:20 -0400
commit86f120031a21fe4e7333a84f55d9e243c781e6e9 (patch)
tree2b9a548cbf2dfa8da1a8adb622b1990fb4a0a226 /Documentation
parentb634d130e46a093ddf716ae9cf1bfa258ede36cf (diff)
ABI: Clarify when /sys/module/MODULENAME is created
/sys/module/MODULENAME is not created unconditionally. This can be confusing so document the current conditions. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Rob Landley <rob@landley.net> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/stable/sysfs-module10
1 files changed, 7 insertions, 3 deletions
diff --git a/Documentation/ABI/stable/sysfs-module b/Documentation/ABI/stable/sysfs-module
index a0dd21c6db59..6272ae5fb366 100644
--- a/Documentation/ABI/stable/sysfs-module
+++ b/Documentation/ABI/stable/sysfs-module
@@ -4,9 +4,13 @@ Description:
4 4
5 /sys/module/MODULENAME 5 /sys/module/MODULENAME
6 The name of the module that is in the kernel. This 6 The name of the module that is in the kernel. This
7 module name will show up either if the module is built 7 module name will always show up if the module is loaded as a
8 directly into the kernel, or if it is loaded as a 8 dynamic module. If it is built directly into the kernel, it
9 dynamic module. 9 will only show up if it has a version or at least one
10 parameter.
11
12 Note: The conditions of creation in the built-in case are not
13 by design and may be removed in the future.
10 14
11 /sys/module/MODULENAME/parameters 15 /sys/module/MODULENAME/parameters
12 This directory contains individual files that are each 16 This directory contains individual files that are each