Re: [PATCH 23/24] Btrfs: sysfs: support seed devices in the sysfs layout

2015-03-09 Thread Anand Jain
Hi Dave, Sorry for the delay I was caught up some issues... (hope I didn't miss any of the email). On 02/13/2015 12:33 PM, David Sterba wrote: On Thu, Feb 12, 2015 at 02:25:32PM +0800, Anand Jain wrote: On 02/12/2015 02:52 AM, David Sterba wrote: On Mon, Feb 09, 2015 at 07:56:24AM

Re: [PATCH 23/24] Btrfs: sysfs: support seed devices in the sysfs layout

2015-02-17 Thread Anand Jain
[guihc.f...@cn.fujitsu.com bounced removing the email id from the cc-list]. Dave, here is the patch list for Oct. https://patchwork.kernel.org/project/linux-btrfs/list/?page=7 v2 isn't there. I am confused. Anyway if btrfs-progs integration-20150213 contained V2. I am on it now. And I

Re: [PATCH 23/24] Btrfs: sysfs: support seed devices in the sysfs layout

2015-02-13 Thread David Sterba
On Thu, Feb 12, 2015 at 02:25:32PM +0800, Anand Jain wrote: Since we are on this topic: btrfs-progs shouldn't have had this patch: git log -p 2513077 - commit 2513077f2f830b4bc83d528bfb6979eb461918bd Author: Gui Hecheng guihc.f...@cn.fujitsu.com Date: Mon Oct 6

Re: [PATCH 23/24] Btrfs: sysfs: support seed devices in the sysfs layout

2015-02-13 Thread David Sterba
On Thu, Feb 12, 2015 at 02:25:32PM +0800, Anand Jain wrote: On 02/12/2015 02:52 AM, David Sterba wrote: On Mon, Feb 09, 2015 at 07:56:24AM +0800, Anand Jain wrote: This adds an enhancement to show the seed fsid and devices. The way sprouting handles fs_devices: clone seed

Re: [PATCH 23/24] Btrfs: sysfs: support seed devices in the sysfs layout

2015-02-11 Thread David Sterba
On Mon, Feb 09, 2015 at 07:56:24AM +0800, Anand Jain wrote: This adds an enhancement to show the seed fsid and devices. The way sprouting handles fs_devices: clone seed fs_devices and add to the fs_uuids mem copy seed fs_devices and assign to fs_devices-seed (move dev_list)

Re: [PATCH 23/24] Btrfs: sysfs: support seed devices in the sysfs layout

2015-02-11 Thread Anand Jain
Thanks for commenting. more below. On 02/12/2015 02:52 AM, David Sterba wrote: On Mon, Feb 09, 2015 at 07:56:24AM +0800, Anand Jain wrote: This adds an enhancement to show the seed fsid and devices. The way sprouting handles fs_devices: clone seed fs_devices and add to the fs_uuids

[PATCH 23/24] Btrfs: sysfs: support seed devices in the sysfs layout

2015-02-08 Thread Anand Jain
This adds an enhancement to show the seed fsid and devices. The way sprouting handles fs_devices: clone seed fs_devices and add to the fs_uuids mem copy seed fs_devices and assign to fs_devices-seed (move dev_list) evacuate seed fs_devices contents to hold sprout fs devices