Re: [PATCH v6 5/9] device: add device_change_owner()

From: Greg Kroah-Hartman
Date: Wed Feb 26 2020 - 03:16:22 EST


On Tue, Feb 25, 2020 at 02:19:34PM +0100, Christian Brauner wrote:
> Add a helper to change the owner of a device's sysfs entries. This
> needs to happen when the ownership of a device is changed, e.g. when
> moving network devices between network namespaces.
> This function will be used to correctly account for ownership changes,
> e.g. when moving network devices between network namespaces.
>
> Signed-off-by: Christian Brauner <christian.brauner@xxxxxxxxxx>

Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>