[PATCH 09/17] futex: Rename free_pi_state() to put_pi_state()

2018-11-09 Thread Henrik Austad
From: Thomas Gleixner commit 29e9ee5d48c35d6cf8afe09bdf03f77125c9ac11 upstream. free_pi_state() is confusing as it is in fact only freeing/caching the pi state when the last reference is gone. Rename it to put_pi_state() which reflects better what it is doing. Signed-off-by: Thomas Gleixner

[PATCH 09/17] futex: Rename free_pi_state() to put_pi_state()

2018-11-09 Thread Henrik Austad
From: Thomas Gleixner commit 29e9ee5d48c35d6cf8afe09bdf03f77125c9ac11 upstream. free_pi_state() is confusing as it is in fact only freeing/caching the pi state when the last reference is gone. Rename it to put_pi_state() which reflects better what it is doing. Signed-off-by: Thomas Gleixner