Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the 
following link:
https://bugzilla.lustre.org/show_bug.cgi?id=10796


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9144|review?([EMAIL PROTECTED])|review+
               Flag|                            |


(From update of attachment 9144)
>--- namei.c    24 Nov 2006 12:01:41 -0000      1.170.2.15.2.36
>+++ namei.c    14 Dec 2006 16:29:41 -0000
>@@ -363,31 +363,47 @@ static void ll_d_add(struct dentry *de, 
>+                if (dentry->d_flags & DCACHE_DISCONNECTED) {
>+                        BUG_ON(last_discon != NULL);

LASSERT(last_discon == NULL);

see my comments about patch for bug 11135 in that bug. (also it is generally
bad idea to supply
same patches in different bugs).

Aside from that BUG_ON(), patch looks good.
Ideally we need to find out why d_instantiate_unique fails when we use it,
though.

_______________________________________________
Lustre-devel mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-devel

Reply via email to