Re: [PATCH 1/4] btrfs: add mount_root() and new file_system_type

2017-12-12 Thread David Sterba
On Mon, Sep 25, 2017 at 04:27:07PM +0900, Misono, Tomohiro wrote: > Add mount_root() and new file_system_type for preparation of cleanup of > btrfs_mount(). Code path is not changed yet. > > mount_root() is almost the same as current btrfs_mount(), but doesn't > have subvolume related part. > >

[PATCH 1/4] btrfs: add mount_root() and new file_system_type

2017-09-25 Thread Misono, Tomohiro
Add mount_root() and new file_system_type for preparation of cleanup of btrfs_mount(). Code path is not changed yet. mount_root() is almost the same as current btrfs_mount(), but doesn't have subvolume related part. Signed-off-by: Tomohiro Misono ---