-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 130010 b: refs/heads/master c: 4591dab h: refs/heads/master v: v3
- Loading branch information
Alexey Dobriyan
committed
Jan 22, 2009
1 parent
2c25bce
commit 41ea4f7
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 5f3a211a8b02222498f134ea961fe29c97a4801f | ||
refs/heads/master: 4591dabe27ec0f7928fb73d93694698e21dc769e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
config CONFIGFS_FS | ||
tristate "Userspace-driven configuration filesystem" | ||
depends on SYSFS | ||
help | ||
configfs is a ram-based filesystem that provides the converse | ||
of sysfs's functionality. Where sysfs is a filesystem-based | ||
view of kernel objects, configfs is a filesystem-based manager | ||
of kernel objects, or config_items. | ||
|
||
Both sysfs and configfs can and should exist together on the | ||
same system. One is not a replacement for the other. |