Re: Warning and BUG with btrfs and corrupted image

2009-01-31 Thread Dave Chinner
On Mon, Jan 26, 2009 at 05:27:11PM +0100, Pavel Machek wrote: On Wed 2009-01-21 15:00:42, Dave Chinner wrote: On Tue, Jan 20, 2009 at 11:20:19PM +0100, Pavel Machek wrote: On Tue 2009-01-20 08:28:29, Christoph Hellwig wrote: I think that was the issue with the debug builds. If you do

[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 c...@laptop.org --- fs/btrfs/inode.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git