b=15924
i=green, johann
Description: do not process already freed flock
Details : flock can possibly be freed by another thread before it reaches
to ldlm_flock_completion_ast.
'tunefs.lustre --param="mdt.quota_type=ug1" $MDTDEV'.
For more information, please refer to bugzilla 13904.
+Severity : major
+Bugzilla : 15924
+Description: do not process already freed flock
+Details : flock can possibly be freed by another thread before it reaches
+ to ldlm_flock_completion_ast.
+
Severity : normal
Bugzilla : 14480
Description: LBUG during stress test
RETURN(rc);
granted:
+ /* before flock's complete ast gets here, the flock
+ * can possibly be freed by another thread
+ */
+ if (lock->l_destroyed) {
+ LDLM_DEBUG(lock, "already destroyed by another thread");
+ RETURN(0);
+ }
LDLM_DEBUG(lock, "client-side enqueue granted");
ns = lock->l_resource->lr_namespace;