Re: [PATCH v2 6/7] btrfs: unify common code for the v1 and v2 versions of device remove
From: Nikolay Borisov <hidden> Date: 2021-09-01 14:05:13
On 28.07.21 г. 0:01, Josef Bacik wrote:
These things share a lot of common code, v2 simply allows you to specify
devid. Abstract out this common code and use the helper by both the v1
and v2 interfaces to save us some lines of code.
Signed-off-by: Josef Bacik <josef@toxicpanda.com>