Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] fuse: fix typo

Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Alexey Dobriyan and committed by
Linus Torvalds
91f6e54b dbc1333a

+2 -2
+2 -2
Documentation/filesystems/fuse.txt
··· 94 94 filesystem is free to implement it's access policy or leave it to 95 95 the underlying file access mechanism (e.g. in case of network 96 96 filesystems). This option enables permission checking, restricting 97 - access based on file mode. This is option is usually useful 98 - together with the 'allow_other' mount option. 97 + access based on file mode. It is usually useful together with the 98 + 'allow_other' mount option. 99 99 100 100 'allow_other' 101 101