Whamcloud - gitweb
Fix a race between lu_object_find() finding an object and its concurrent
authornikita <nikita>
Sat, 18 Oct 2008 17:22:46 +0000 (17:22 +0000)
committernikita <nikita>
Sat, 18 Oct 2008 17:22:46 +0000 (17:22 +0000)
commit97f7e08161941f75349fce997e6c20f968a4b052
tree0db5f90a7ab7897bf62fdd2fe4eb14c13c84477c
parent9832985e363eb68ecfa904b274adedddb93becd7
Fix a race between lu_object_find() finding an object and its concurrent
finalization. This race is (most likely) not possible on the server, but might
happen on the client.
b=16450
lustre/ChangeLog
lustre/include/lu_object.h
lustre/obdclass/lu_object.c