Re: [PATCH] btrfs: qgroup: allow user to clear the limitation on qgroup

2015-06-03 Thread Tsutomu Itoh
On 2015/06/03 15:57, Dongsheng Yang wrote: > Currently, we can only set a limitation on a qgroup, but we > can not clear it. > > This patch provide a choice to user to clear a limitation on > qgroup by passing a value of CLEAR_VALUE(-1) to kernel. > > Reported-by: Tsutomu Itoh > Signed-off-by: D

[PATCH] btrfs: qgroup: allow user to clear the limitation on qgroup

2015-06-03 Thread Dongsheng Yang
Currently, we can only set a limitation on a qgroup, but we can not clear it. This patch provide a choice to user to clear a limitation on qgroup by passing a value of CLEAR_VALUE(-1) to kernel. Reported-by: Tsutomu Itoh Signed-off-by: Dongsheng Yang --- fs/btrfs/qgroup.c | 49