Re: [PATCHv7 2/3] IB/core: added support to use rdma cgroup controller

From: Parav Pandit
Date: Tue Mar 01 2016 - 04:23:41 EST


On Tue, Mar 1, 2016 at 2:38 PM, Haggai Eran <haggaie@xxxxxxxxxxxx> wrote:
> On 28/02/2016 16:13, Parav Pandit wrote:
>> +void ib_rdmacg_query_limit(struct ib_device *device, int *limits, int max_count)
>> +{
>> + rdmacg_query_limit(&device->cg_device, limits);
>> +}
>> +EXPORT_SYMBOL(ib_rdmacg_query_limit);
>
> You can remove the max_count parameter here as well.

ok.