Re: [PATCH] code cleanup

2016-08-15 Thread Omar Sandoval
On Sun, Aug 14, 2016 at 04:11:31PM -0400, Harinath Nampally wrote: > This patch checks ret value and jumps to clean up in case of > btrs_add_systme_chunk call fails > > Signed-off-by: Harinath Nampally > --- > fs/btrfs/volumes.c | 11 +++ > 1 file changed, 7

[PATCH] code cleanup

2016-08-14 Thread Harinath Nampally
This patch checks ret value and jumps to clean up in case of btrs_add_systme_chunk call fails Signed-off-by: Harinath Nampally --- fs/btrfs/volumes.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c