commit | 7d53d8f426cacdb7352e91957721b4a9962b222a | [log] [tgz] |
---|---|---|
author | John L. Hammond <john.hammond@intel.com> | Wed Mar 30 19:48:36 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Mar 30 21:38:13 2016 -0700 |
tree | fdb5f7bc2ba4af200200d95635dec8e24a5d782c | |
parent | 019e93516dcfc98efda51ccb8f7e0e758fda8ded [diff] |
staging/lustre/obd: remove struct client_obd_lock Remove the definition of struct client_obd_lock and the functions client_obd_list_{init,lock,unlock,done}(). Use spinlock_t for the cl_{loi,lru}_list_lock members of struct client_obd and call spin_{lock,unlock}() directly. Signed-off-by: John L. Hammond <john.hammond@intel.com> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>