huanghua@clusterfs.com
2007-Jan-10 03:08 UTC
[Lustre-devel] [Bug 11514] (lu_object.c:625:lu_site_fini()) ASSERTION(s->ls_busy == 0) failed
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=11514
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
huanghua 07/01/10 10:02:53
Modified: obdclass lu_object.c
Log:
As Nikita suggested, assertion on ls_busy in lu_site_fini() can be safely
removed:
After switching to read-write lock for lu_object hash table,
lu_site->ls_busy
is no longer
strictly correct, because it is incremented under read-lock in
htable_lookup().