1
0
Fork 0
remarkable-linux/fs/fuse
Miklos Szeredi 1e9a4ed939 [PATCH] FUSE - mount options
This patch adds miscellaneous mount options to the FUSE filesystem.

The following mount options are added:

 o default_permissions:  check permissions with generic_permission()
 o allow_other:          allow other users to access files
 o allow_root:           allow root to access files
 o kernel_cache:         don't invalidate page cache on open

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-09 14:03:45 -07:00
..
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00
dev.c [PATCH] FUSE - mount options 2005-09-09 14:03:45 -07:00
dir.c [PATCH] FUSE - mount options 2005-09-09 14:03:45 -07:00
file.c [PATCH] FUSE - mount options 2005-09-09 14:03:45 -07:00
fuse_i.h [PATCH] FUSE - mount options 2005-09-09 14:03:45 -07:00
inode.c [PATCH] FUSE - mount options 2005-09-09 14:03:45 -07:00