Trond Myklebust wrote: > My guess is that the dentry is being dput() twice somewhere, and so ends > up with a d_count==-1. I'd suggest adding a > BUG_ON(atomic_read(&dentry->d_count) <= 0) after the 'repeat:' label at > the top of dput() in order to try to catch the culprit. Thanks for the tip... that worked like a charm... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html