From: Chris Ball Date: Tue, 29 Sep 2009 17:51:04 +0000 (-0400) Subject: Btrfs: Fix setting umask when POSIX ACLs are not enabled X-Git-Tag: v2.6.32-rc3~13^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49cf6f4529b7945ef51b8e39f0bac630726f8c96;p=pandora-kernel.git Btrfs: Fix setting umask when POSIX ACLs are not enabled We currently set sb->s_flags |= MS_POSIXACL unconditionally, which is incorrect -- it tells the VFS that it shouldn't set umask because we will, yet we don't set it ourselves if we aren't using POSIX ACLs, so the umask ends up ignored. Signed-off-by: Chris Ball Signed-off-by: Chris Mason --- Reading git-diff-tree failed