Btrfs: Handle SGID bit when creating inodes
authorChris Ball <cjb@laptop.org>
Wed, 4 Feb 2009 14:29:54 +0000 (09:29 -0500)
committerChris Mason <chris.mason@oracle.com>
Wed, 4 Feb 2009 14:29:54 +0000 (09:29 -0500)
commit8c087b5183adab186a298f2d6ed39aefdcae413c
treeee0ee85c27516f24d4456efed5f8561ee34b82f0
parentbd56b30205bc09da0beb80d4ba3d4c7309792da5
Btrfs: Handle SGID bit when creating inodes
Before this patch, new files/dirs would ignore the SGID bit on their
parent directory and always be owned by the creating user's uid/gid.

Signed-off-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c