diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-10-16 16:08:57 +0200 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-10-16 16:08:57 +0200 |
commit | 37194d0723b9b68b4b299b2564ca99e3d0a094c3 (patch) | |
tree | 47a5f4ddbb5a5c803193a47b3aafdb3dbf44ba61 /fs/Kconfig | |
parent | 17e18ab6ff6ec44e95514c7346d2cbd0363ef640 (diff) | |
download | talos-obmc-linux-37194d0723b9b68b4b299b2564ca99e3d0a094c3.tar.gz talos-obmc-linux-37194d0723b9b68b4b299b2564ca99e3d0a094c3.zip |
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/Kconfig')
-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 N here. config FUSE_FS - tristate "Filesystem in Userspace support" + tristate "FUSE (Filesystem in Userspace) support" help With FUSE it is possible to implement a fully functional filesystem in a userspace program. |