diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-10-16 10:08:57 -0400 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-10-16 10:08:57 -0400 |
commit | 37194d0723b9b68b4b299b2564ca99e3d0a094c3 (patch) | |
tree | 47a5f4ddbb5a5c803193a47b3aafdb3dbf44ba61 /fs | |
parent | 17e18ab6ff6ec44e95514c7346d2cbd0363ef640 (diff) |
fuse: config description improvement
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 9e9d70c02a07..9c43045ebbf9 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -665,7 +665,7 @@ config AUTOFS4_FS | |||
665 | N here. | 665 | N here. |
666 | 666 | ||
667 | config FUSE_FS | 667 | config FUSE_FS |
668 | tristate "Filesystem in Userspace support" | 668 | tristate "FUSE (Filesystem in Userspace) support" |
669 | help | 669 | help |
670 | With FUSE it is possible to implement a fully functional filesystem | 670 | With FUSE it is possible to implement a fully functional filesystem |
671 | in a userspace program. | 671 | in a userspace program. |