Whamcloud - gitweb
fix defects found by Mike during C2_SERVER_MDAPI_CODEINSP:
authornikita <nikita>
Mon, 5 Jun 2006 13:52:46 +0000 (13:52 +0000)
committernikita <nikita>
Mon, 5 Jun 2006 13:52:46 +0000 (13:52 +0000)
commit27178d26c4dca3e2835354d29d8ed89bb83f16cc
tree9bd0e706d832e7bea2e33db7973f388cbb83a30e
parentb5aa98847f93ca145b9d3783d46178d0c8a930bc
fix defects found by Mike during C2_SERVER_MDAPI_CODEINSP:

 - no author is mentioned for lu_object.c.

 - lu_object_put(): if(lu_object_is_dying()) then object can be freed even if not all references are put.

 - lu_object_print(): list_for_each_entry_continue() starts from next object in the list and will not print object 'o' itself.
lustre/obdclass/lu_object.c