Re: [PATCH] Btrfs: fix overhead check for qgroupid in the kernel

2013-02-25 Thread Blair Zajac
On 02/25/2013 06:30 AM, Wang Shilong wrote: From: Wang Shilong As we implement the strict hierarchy quota in the userspace, it is sufficient to check this ruler in the userspace.remove the special check for qgroup 0. I haven't done any kernel coding so I'm curious, but is this a safe change?

[PATCH] Btrfs: fix overhead check for qgroupid in the kernel

2013-02-25 Thread Wang Shilong
From: Wang Shilong As we implement the strict hierarchy quota in the userspace, it is sufficient to check this ruler in the userspace.remove the special check for qgroup 0. Signed-off-by: Wang Shilong --- fs/btrfs/ioctl.c | 5 - 1 file changed, 5 deletions(-) diff --git a/fs/btrfs/ioctl.c