Re: [PATCH v6 1/9] sysfs: add sysfs_file_change_owner()
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2020-02-26 08:13:40
Also in:
linux-pm, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2020-02-26 08:13:40
Also in:
linux-pm, lkml
On Tue, Feb 25, 2020 at 02:19:30PM +0100, Christian Brauner wrote:
Add helpers to change the owner of a sysfs files. This function will be used to correctly account for kobject ownership changes, e.g. when moving network devices between network namespaces. Signed-off-by: Christian Brauner <redacted>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>