projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f0313
)
driver core: documentation: make it clear that sysfs is optional
author
Lucian Adrian Grijincu
<
[email protected]
>
Mon, 27 Jul 2009 16:06:42 +0000
(09:06 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 28 Jul 2009 20:45:23 +0000
(13:45 -0700)
The original text suggested that sysfs is mandatory and always
compiled in the kernel.
Signed-off-by: Lucian Adrian Grijincu <
[email protected]
>
Signed-off-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
Documentation/filesystems/sysfs.txt
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/sysfs.txt
b/Documentation/filesystems/sysfs.txt
index 7e81e37c0b1ec0ccbea30a92ffbf70f495ffdbd0..b245d524d5682afe30a194821ab62e619092ff3c 100644
(file)
--- a/
Documentation/filesystems/sysfs.txt
+++ b/
Documentation/filesystems/sysfs.txt
@@
-23,7
+23,8
@@
interface.
Using sysfs
~~~~~~~~~~~
-sysfs is always compiled in. You can access it by doing:
+sysfs is always compiled in if CONFIG_SYSFS is defined. You can access
+it by doing:
mount -t sysfs sysfs /sys