Severity : normal
Frequency : rare
Bugzilla : 12629
Description: Deadlock during metadata tests
Details : in prune_dir_dentries(), shrink_dcache_parent() should not be
called with the per-dentry lock held.
b=12629
i=alex
i=shadow
* bug fixes
Severity : normal
+Frequency : rare
+Bugzilla : 12629
+Description: Deadlock during metadata tests
+Details : in prune_dir_dentries(), shrink_dcache_parent() should not be
+ called with the per-dentry lock held.
+
+Severity : normal
Frequency : SLES9 only
Bugzilla : 12744
Description: Lustre patched kernel for SLES9 SP3 has NR_CPUS set to 8
spin_unlock(&dcache_lock);
/* try to kill all child dentries */
- lock_dentry(dentry);
shrink_dcache_parent(dentry);
- unlock_dentry(dentry);
dput(dentry);
/* now try to get rid of current dentry */