shadow@clusterfs.com
2006-Dec-17 22:39 UTC
[Lustre-devel] [Bug 11179] Crash on NFS re-export node (__d_move)
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11179 Created an attachment (id=9158) Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9158&action=view) fix nfs panic patch fix warning ''find_exported_dentry: npd != pd'' and panic in d_move when unhashed dentry pased to vfs_remove. more nfs fixes can be found in bug 10796.
green@clusterfs.com
2006-Dec-19 05:31 UTC
[Lustre-devel] [Bug 11179] Crash on NFS re-export node (__d_move)
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11179 What |Removed |Added ---------------------------------------------------------------------------- Attachment #9158| |review+ Flag| | (From update of attachment 9158) This looks good and should be landed to b1_4 and b1_5, only to maintain better patchless client compatibility, in lookup_it_finish it is worth calling d_rehash and d_drop. Also dmove and d_rehash in ll_find_alias outside of dcache_lock. Please attach revised patch here too.