Re: [PATCH] btrfs: Handle SGID bit when creating inodes

2009-02-01 Thread Josef Bacik
On Sat, Jan 31, 2009 at 10:48:54PM -0500, Chris Ball wrote: > 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 Looks good, thanks much for taking care of this, Josef -- To un

[PATCH] btrfs: Handle SGID bit when creating inodes

2009-01-31 Thread Chris Ball
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 --- fs/btrfs/inode.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/in