Skip to content

Commit

Permalink
[doc] add paragraph about 'fs' subsystem to sysfs.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
  • Loading branch information
szmi committed Apr 26, 2006
1 parent 8aa09a5 commit c86d90d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/filesystems/sysfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ class/
devices/
firmware/
net/
fs/

devices/ contains a filesystem representation of the device tree. It maps
directly to the internal kernel device tree, which is a hierarchy of
Expand All @@ -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
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
Documentation/driver-model/.
Expand Down

0 comments on commit c86d90d

Please sign in to comment.