Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f3a211a8b02222498f134ea961fe29c97a4801f
refs/heads/master: 4591dabe27ec0f7928fb73d93694698e21dc769e
12 changes: 1 addition & 11 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,7 @@ config HUGETLBFS
config HUGETLB_PAGE
def_bool HUGETLBFS

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.
source "fs/configfs/Kconfig"

endmenu

Expand Down
11 changes: 11 additions & 0 deletions trunk/fs/configfs/Kconfig
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.

0 comments on commit 41ea4f7

Please sign in to comment.