From: Miklos Szeredi Date: Tue, 30 Jun 2009 18:12:23 +0000 (+0200) Subject: fuse: allow umask processing in userspace X-Git-Tag: v2.6.31-rc2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a43ddcc08c34dbd666d93600fd23914505f4aa;p=pandora-kernel.git fuse: allow umask processing in userspace This patch lets filesystems handle masking the file mode on creation. This is needed if filesystem is using ACLs. - The CREATE, MKDIR and MKNOD requests are extended with a "umask" parameter. - A new FUSE_DONT_MASK flag is added to the INIT request/reply. With this the filesystem may request that the create mode is not masked. CC: Jean-Pierre André Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed