Re: lookup_one_len() returning d_count == 0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux