Re: [PATCH v2] btrfs: qgroup: Try our best to delete qgroup relations

2019-08-07 Thread David Sterba
On Tue, Aug 06, 2019 at 10:05:07PM +0800, Qu Wenruo wrote: > When we try to delete qgroups, we're pretty cautious, we make sure both > qgroups exist and there is a relationship between them, then try to > delete the relation. > > This behavior is OK, but the problem is we need to two relation item

[PATCH v2] btrfs: qgroup: Try our best to delete qgroup relations

2019-08-06 Thread Qu Wenruo
When we try to delete qgroups, we're pretty cautious, we make sure both qgroups exist and there is a relationship between them, then try to delete the relation. This behavior is OK, but the problem is we need to two relation items, and if we failed the first item deletion, we error out, leaving th