Re: [PATCH v3 0/4] btrfs: cleanup mount path

2017-12-12 Thread David Sterba
On Mon, Oct 16, 2017 at 05:15:38PM +0200, David Sterba wrote: > On Mon, Sep 25, 2017 at 04:26:30PM +0900, Misono, Tomohiro wrote: > > Summary: > > Cleanup mount path by avoiding calling btrfs_mount() twice. > > No functional change. See below for longer explanation. > > > > Changelog: > > v3: > >

Re: [PATCH v3 0/4] btrfs: cleanup mount path

2017-10-16 Thread David Sterba
On Mon, Sep 25, 2017 at 04:26:30PM +0900, Misono, Tomohiro wrote: > Summary: > Cleanup mount path by avoiding calling btrfs_mount() twice. > No functional change. See below for longer explanation. > > Changelog: > v3: > Reorganized patches again into four and added comments to the source. >

[PATCH v3 0/4] btrfs: cleanup mount path

2017-09-25 Thread Misono, Tomohiro
Summary: Cleanup mount path by avoiding calling btrfs_mount() twice. No functional change. See below for longer explanation. Changelog: v3: Reorganized patches again into four and added comments to the source. Each patch can be applied and compiled while maintaining functionality. The first