commit | d9a605e40b1376eb02b067d7690580255a0df68f | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <davidlohr.bueso@hp.com> | Wed Sep 11 14:26:24 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:59:42 2013 -0700 |
tree | b21254f7172ae8db6faffd9b7941d579fa421478 | |
parent | c2c737a0461e61a34676bd0bd1bc1a70a1b4e396 [diff] |
ipc: rename ids->rw_mutex Since in some situations the lock can be shared for readers, we shouldn't be calling it a mutex, rename it to rwsem. Signed-off-by: Davidlohr Bueso <davidlohr.bueso@hp.com> Tested-by: Sedat Dilek <sedat.dilek@gmail.com> Cc: Rik van Riel <riel@redhat.com> Cc: Manfred Spraul <manfred@colorfullife.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>