On Sat, Jan 3, 2015 at 3:21 PM, Ming Lei <[email protected]> wrote:
> axmap_first_free() is always called with axmap->lock held,
> so needn't to acquire the lock inside the function.
>
> The deadlock is introduced in commit 12bde3697fc230d7a(axmap:
> ensure we lock down the maps for shared access).
>
> Given axmap_first_free() is only called inside lib/axmap.c,
> this patch declares the function as static. In the future,
> if external users need the function, axmap lock can be
> considered at that time.
>
> Reported-by: Sedat Dilek <[email protected]>
> Signed-off-by: Ming Lei <[email protected]>
>

Tested-by: Sedat Dilek <[email protected]>

- Sedat -
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to