Whamcloud - gitweb
Branch b1_8_gate
authorjohann <johann>
Wed, 30 Jul 2008 16:05:12 +0000 (16:05 +0000)
committerjohann <johann>
Wed, 30 Jul 2008 16:05:12 +0000 (16:05 +0000)
b=16496
i=bzzz
i=vitaly

fix a race between class_handle_unhash() and class_handle2object()
introduced in lustre 1.6.5 by bug 13622. use h_in instead of h_cookie
in class_handle2object().

lustre/ChangeLog

index 8f682c2..58a5109 100644 (file)
@@ -361,6 +361,12 @@ Details    : looking up an inode via iopen with the wrong generation number can
             assertion failure in iopen since the inode's dentry list contains
             both a connected and disconnected dentry.
 
+Severity   : normal
+Bugzilla   : 16496
+Description: assertion failure in ldlm_handle2lock()
+Details    : fix a race between class_handle_unhash() and class_handle2object()
+            introduced in lustre 1.6.5 by bug 13622.
+
 -------------------------------------------------------------------------------