Re: [PATCH v2 3/6] Btrfs: clean up error handling in mount_subvol()

2015-05-11 Thread David Sterba
On Thu, Apr 09, 2015 at 02:34:53PM -0700, Omar Sandoval wrote: > In preparation for new functionality in mount_subvol(), give it > ownership of subvol_name and tidy up the error paths. > > Signed-off-by: Omar Sandoval Reviewed-by: David Sterba -- To unsubscribe from this list: send the line "un

[PATCH v2 3/6] Btrfs: clean up error handling in mount_subvol()

2015-04-09 Thread Omar Sandoval
In preparation for new functionality in mount_subvol(), give it ownership of subvol_name and tidy up the error paths. Signed-off-by: Omar Sandoval --- fs/btrfs/super.c | 61 ++-- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/f