[PATCH 1/9] btrfs: separate out the extent leak code

2019-09-23 Thread Josef Bacik
We check both extent buffer and extent state leaks in the same function, separate these two functions out so we can move them around. Signed-off-by: Josef Bacik --- fs/btrfs/extent_io.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/fs/btrfs

[PATCH 1/9] btrfs: separate out the extent leak code

2019-09-17 Thread Josef Bacik
We check both extent buffer and extent state leaks in the same function, separate these two functions out so we can move them around. Signed-off-by: Josef Bacik --- fs/btrfs/extent_io.c | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/fs/btrfs/ex

[PATCH 1/9] btrfs: separate out the extent leak code

2019-09-11 Thread Josef Bacik
We check both extent buffer and extent state leaks in the same function, separate these two functions out so we can move them around. Signed-off-by: Josef Bacik --- fs/btrfs/extent_io.c | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/fs/btrfs/ex