Re: [PATCH v2 1/2] idr: Document calling context for IDA APIs mustn't use locks

2019-10-03 Thread Stephen Boyd
Quoting Stephen Boyd (2019-07-30 14:20:47) > The documentation for these functions indicates that callers don't need > to hold a lock while calling them, but that documentation is only in one > place under "IDA Usage". Let's state the same information on each IDA > function so that it's clear what

[PATCH v2 1/2] idr: Document calling context for IDA APIs mustn't use locks

2019-07-30 Thread Stephen Boyd
The documentation for these functions indicates that callers don't need to hold a lock while calling them, but that documentation is only in one place under "IDA Usage". Let's state the same information on each IDA function so that it's clear what the calling context requires. Furthermore, let's do