Re: [PATCH 15/15] btrfs: rename flags for vol args v2

2016-02-16 Thread David Sterba
On Tue, Feb 16, 2016 at 05:18:12PM +0800, Anand Jain wrote: > > Just checked next/delete-by-id-v3. > You may consider to update progs as well. > > Reviewed-by: Anand Jain Thanks for the reviews, I'll update the patches and push to next. Progs update will follow. --

Re: [PATCH 15/15] btrfs: rename flags for vol args v2

2016-02-16 Thread Anand Jain
.. On 02/16/2016 01:34 AM, David Sterba wrote: Rename BTRFS_DEVICE_BY_ID so it's more descriptive that we specify the device by id, it'll be part of the public API. The mask of supported flags is also renamed, only for internal use. The error code for unknown flags is EOPNOTSUPP, fixed.

[PATCH 15/15] btrfs: rename flags for vol args v2

2016-02-15 Thread David Sterba
Rename BTRFS_DEVICE_BY_ID so it's more descriptive that we specify the device by id, it'll be part of the public API. The mask of supported flags is also renamed, only for internal use. The error code for unknown flags is EOPNOTSUPP, fixed. Signed-off-by: David Sterba ---