Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xcap-capability-linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
xcap
xcap-capability-linux
Commits
3ef7784e
Commit
3ef7784e
authored
16 years ago
by
Alexey Dobriyan
Browse files
Options
Downloads
Patches
Plain Diff
fs/Kconfig: move fuse out
Signed-off-by:
Alexey Dobriyan
<
adobriyan@gmail.com
>
parent
90ffd467
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fs/Kconfig
+1
-16
1 addition, 16 deletions
fs/Kconfig
fs/fuse/Kconfig
+15
-0
15 additions, 0 deletions
fs/fuse/Kconfig
with
16 additions
and
16 deletions
fs/Kconfig
+
1
−
16
View file @
3ef7784e
...
@@ -114,22 +114,7 @@ config QUOTACTL
...
@@ -114,22 +114,7 @@ config QUOTACTL
source "fs/autofs/Kconfig"
source "fs/autofs/Kconfig"
source "fs/autofs4/Kconfig"
source "fs/autofs4/Kconfig"
source "fs/fuse/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.
config GENERIC_ACL
config GENERIC_ACL
bool
bool
...
...
This diff is collapsed.
Click to expand it.
fs/fuse/Kconfig
0 → 100644
+
15
−
0
View file @
3ef7784e
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.
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