unhashing dentries with i_nlink == 0?

Bill Hawes (whawes@star.net)
Sat, 01 Nov 1997 13:28:10 -0500


Another anomaly I've just noticed -- should we have a test for
d_inode->i_nlink == 0 at dput time? I'm not sure how this would happen,
but on my system now there seems to be an in-use inode with nlink == 0.

Maybe I'll just add some debugging code to look for such cases.

Bill