Re: [PATCH 1/2] btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extent

2017-08-21 Thread David Sterba
On Fri, Aug 18, 2017 at 05:58:22PM +0300, Nikolay Borisov wrote: > THe function is always called with chunk_objectid set to > BTRFS_FIRST_CHUNK_TREE_OBJECTID. Let's collapse the parameter in the function > itself. No functional changes > > Signed-off-by: Nikolay Borisov Reviewed-by: David Sterba

[PATCH 1/2] btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extent

2017-08-18 Thread Nikolay Borisov
THe function is always called with chunk_objectid set to BTRFS_FIRST_CHUNK_TREE_OBJECTID. Let's collapse the parameter in the function itself. No functional changes Signed-off-by: Nikolay Borisov --- fs/btrfs/volumes.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/f