Re: [PATCH] btrfs-progs: fix invalid assert in backref.c

2017-09-29 Thread David Sterba
On Thu, Sep 28, 2017 at 04:55:00PM -0400, Josef Bacik wrote: > This should be verify'ing that we have an empty key, not that we have a > filled out key. > > Signed-off-by: Josef Bacik > --- > Dave this is on top of your ext/jeffm/extent-cache branch and fixes the > segfault > you reported. Grea

[PATCH] btrfs-progs: fix invalid assert in backref.c

2017-09-28 Thread Josef Bacik
This should be verify'ing that we have an empty key, not that we have a filled out key. Signed-off-by: Josef Bacik --- Dave this is on top of your ext/jeffm/extent-cache branch and fixes the segfault you reported. backref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bac