Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
c86d90df
Commit
c86d90df
authored
19 years ago
by
Miklos Szeredi
Browse files
Options
Downloads
Patches
Plain Diff
[doc] add paragraph about 'fs' subsystem to sysfs.txt
Signed-off-by:
Miklos Szeredi
<
miklos@szeredi.hu
>
parent
8aa09a50
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/filesystems/sysfs.txt
+5
-0
5 additions, 0 deletions
Documentation/filesystems/sysfs.txt
with
5 additions
and
0 deletions
Documentation/filesystems/sysfs.txt
+
5
−
0
View file @
c86d90df
...
@@ -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/.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment