Re: [PATCH] Btrfs: handle quota reserve failure properly

2016-09-19 Thread Jeff Mahoney
On 9/15/16 2:57 PM, Josef Bacik wrote: > btrfs/022 was spitting a warning for the case that we exceed the quota. If we > fail to make our quota reservation we need to clean up our data space > reservation. Thanks, > > Signed-off-by: Josef Bacik > --- > fs/btrfs/extent-tree.c |

Re: [PATCH] Btrfs: handle quota reserve failure properly

2016-09-19 Thread David Sterba
On Fri, Sep 16, 2016 at 09:02:22AM +, Holger Hoffstätte wrote: > On Thu, 15 Sep 2016 14:57:48 -0400, Josef Bacik wrote: > > > btrfs/022 was spitting a warning for the case that we exceed the quota. If > > we > > fail to make our quota reservation we need to clean up our data space > >

Re: [PATCH] Btrfs: handle quota reserve failure properly

2016-09-16 Thread Holger Hoffstätte
On Thu, 15 Sep 2016 14:57:48 -0400, Josef Bacik wrote: > btrfs/022 was spitting a warning for the case that we exceed the quota. If we > fail to make our quota reservation we need to clean up our data space > reservation. Thanks, > > Signed-off-by: Josef Bacik > --- >

[PATCH] Btrfs: handle quota reserve failure properly

2016-09-15 Thread Josef Bacik
btrfs/022 was spitting a warning for the case that we exceed the quota. If we fail to make our quota reservation we need to clean up our data space reservation. Thanks, Signed-off-by: Josef Bacik --- fs/btrfs/extent-tree.c | 9 +++-- 1 file changed, 3 insertions(+), 6