summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-04-26 10:49:26 +0200
committerMiklos Szeredi <miklos@szeredi.hu>2006-04-26 10:49:26 +0200
commitc86d90df2676d9d212c0ab1f3c64e0abdf5b4c09 (patch)
treeceb68fda3deb72cdeffdf0f1277385db98271bec /Documentation
parent8aa09a50b5d9dbdf627f79e19d72d82994348089 (diff)
downloadlinux-3.10-c86d90df2676d9d212c0ab1f3c64e0abdf5b4c09.tar.gz
linux-3.10-c86d90df2676d9d212c0ab1f3c64e0abdf5b4c09.tar.bz2
linux-3.10-c86d90df2676d9d212c0ab1f3c64e0abdf5b4c09.zip
[doc] add paragraph about 'fs' subsystem to sysfs.txt
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/sysfs.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt
index c8bce82ddca..89b1d196ca8 100644
--- a/Documentation/filesystems/sysfs.txt
+++ b/Documentation/filesystems/sysfs.txt
@@ -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
@@ -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/.