Re: [PATCH v4 1/3] btrfs: undo writable when sprouting fails

2017-09-29 Thread David Sterba
On Thu, Sep 28, 2017 at 02:51:09PM +0800, Anand Jain wrote: > When new device is being added to seed FS, seed FS is marked writable, > but when we fail to bring in the new device, we missed to undo the > writable part. This patch fixes it. > > Signed-off-by: Anand Jain >

[PATCH v4 1/3] btrfs: undo writable when sprouting fails

2017-09-28 Thread Anand Jain
When new device is being added to seed FS, seed FS is marked writable, but when we fail to bring in the new device, we missed to undo the writable part. This patch fixes it. Signed-off-by: Anand Jain Reviewed-by: Nikolay Borisov --- v4: none v3: none