Ilya Dryomov 9dd2845ccb libceph: protect osdc->osd_lru list with a spinlock
OSD client is getting moved from the big per-client lock to a set of
per-session locks.  The big rwlock would only be held for read most of
the time, so a global osdc->osd_lru needs additional protection.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2016-05-26 01:12:30 +02:00
..
2014-12-17 20:09:50 +03:00
2016-03-25 18:51:39 +01:00
2011-07-19 11:25:04 -07:00
2016-05-26 01:12:27 +02:00