Re: [PATCH 00/15] Device delete by id

2016-03-11 Thread Anand Jain
On 02/26/2016 01:59 AM, David Sterba wrote: On Mon, Feb 15, 2016 at 06:33:56PM +0100, David Sterba wrote: this patchset extends the ioctl arugments to take an id so we can delete a device by it. It reuses the existing structure btrfs_ioctl_vol_args_v2 and extends it in na backward-compatible

Re: [PATCH 00/15] Device delete by id

2016-02-25 Thread David Sterba
On Mon, Feb 15, 2016 at 06:33:56PM +0100, David Sterba wrote: > this patchset extends the ioctl arugments to take an id so we can delete a > device by it. It reuses the existing structure btrfs_ioctl_vol_args_v2 and > extends it in na backward-compatible way so that we don't need to introduce >

[PATCH 00/15] Device delete by id

2016-02-15 Thread David Sterba
Hi, this patchset extends the ioctl arugments to take an id so we can delete a device by it. It reuses the existing structure btrfs_ioctl_vol_args_v2 and extends it in na backward-compatible way so that we don't need to introduce another one. The core patchset is from Anand, I did some cleanups