Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130005
b: refs/heads/master
c: 3ef7784
h: refs/heads/master
i:
  130003: 5a01212
v: v3
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent 7c61a0a commit 8a02c57
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 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: 90ffd467933eaf581e11fec51e7ba16fc9bd542d
refs/heads/master: 3ef7784e47975e31148c25b6fa795949fdc16d9c
17 changes: 1 addition & 16 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -114,22 +114,7 @@ config QUOTACTL

source "fs/autofs/Kconfig"
source "fs/autofs4/Kconfig"

config FUSE_FS
tristate "FUSE (Filesystem in Userspace) support"
help
With FUSE it is possible to implement a fully functional filesystem
in a userspace program.

There's also companion library: libfuse. This library along with
utilities is available from the FUSE homepage:
<http://fuse.sourceforge.net/>

See <file:Documentation/filesystems/fuse.txt> for more information.
See <file:Documentation/Changes> for needed library/utility version.

If you want to develop a userspace FS, or if you want to use
a filesystem based on FUSE, answer Y or M.
source "fs/fuse/Kconfig"

config GENERIC_ACL
bool
Expand Down
15 changes: 15 additions & 0 deletions trunk/fs/fuse/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
config FUSE_FS
tristate "FUSE (Filesystem in Userspace) support"
help
With FUSE it is possible to implement a fully functional filesystem
in a userspace program.

There's also companion library: libfuse. This library along with
utilities is available from the FUSE homepage:
<http://fuse.sourceforge.net/>

See <file:Documentation/filesystems/fuse.txt> for more information.
See <file:Documentation/Changes> for needed library/utility version.

If you want to develop a userspace FS, or if you want to use
a filesystem based on FUSE, answer Y or M.

0 comments on commit 8a02c57

Please sign in to comment.