Re: [PATCH rdma-next] IB/core: Simplify rdma cgroup registration

From: Jason Gunthorpe
Date: Fri Jan 18 2019 - 15:44:25 EST


On Thu, Jan 17, 2019 at 08:14:15PM +0200, Leon Romanovsky wrote:
> From: Parav Pandit <parav@xxxxxxxxxxxx>
>
> RDMA cgroup registration routine always returns success,
> so simplify function to be void and run clang formatter
> over whole CONFIG_CGROUP_RDMA art of core_priv.h.
>
> This reduces unwinding error path for regular registration and
> future net namespace change functionality for rdma device.
>
> Signed-off-by: Parav Pandit <parav@xxxxxxxxxxxx>
> Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>
> Acked-by: Tejun Heo <tj@xxxxxxxxxx>
> ---
> drivers/infiniband/core/cgroup.c | 5 ++---
> drivers/infiniband/core/core_priv.h | 17 +++++++++++------
> drivers/infiniband/core/device.c | 8 +-------
> include/linux/cgroup_rdma.h | 2 +-
> kernel/cgroup/rdma.c | 5 +----
> 5 files changed, 16 insertions(+), 21 deletions(-)

Applied to for-next

Thanks,
Jason