projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e18ab
)
fuse: config description improvement
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Thu, 16 Oct 2008 14:08:57 +0000
(16:08 +0200)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 16 Oct 2008 14:08:57 +0000
(16:08 +0200)
Make the short description of the FUSE_FS config option clearer.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index 9e9d70c02a07c9a8876f71c3445ac5092c563810..9c43045ebbf9ed0cdb4170d6bac25896c3163cae 100644
(file)
--- a/
fs/Kconfig
+++ b/
fs/Kconfig
@@
-665,7
+665,7
@@
config AUTOFS4_FS
N here.
config FUSE_FS
- tristate "F
ilesystem in Userspace
support"
+ tristate "F
USE (Filesystem in Userspace)
support"
help
With FUSE it is possible to implement a fully functional filesystem
in a userspace program.