From: Miklos Szeredi Date: Fri, 9 Sep 2005 20:10:31 +0000 (-0700) Subject: [PATCH] FUSE - mount options X-Git-Tag: v2.6.14-rc1~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e9a4ed9396e9c31139721b639550ffb1df17065;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed