Skip to content
Snippets Groups Projects
Commit c86d90df authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

[doc] add paragraph about 'fs' subsystem to sysfs.txt

parent 8aa09a50
No related branches found
No related tags found
No related merge requests found
...@@ -246,6 +246,7 @@ class/ ...@@ -246,6 +246,7 @@ class/
devices/ devices/
firmware/ firmware/
net/ net/
fs/
devices/ contains a filesystem representation of the device tree. It maps devices/ contains a filesystem representation of the device tree. It maps
directly to the internal kernel device tree, which is a hierarchy of directly to the internal kernel device tree, which is a hierarchy of
...@@ -264,6 +265,10 @@ drivers/ contains a directory for each device driver that is loaded ...@@ -264,6 +265,10 @@ drivers/ contains a directory for each device driver that is loaded
for devices on that particular bus (this assumes that drivers do not for devices on that particular bus (this assumes that drivers do not
span multiple bus types). span multiple bus types).
fs/ contains a directory for some filesystems. Currently each
filesystem wanting to export attributes must create its own hierarchy
below fs/ (see ./fuse.txt for an example).
More information can driver-model specific features can be found in More information can driver-model specific features can be found in
Documentation/driver-model/. Documentation/driver-model/.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment