[OpenAFS-devel] stat bug?

Nickolai Zeldovich kolya@MIT.EDU
Tue, 21 Aug 2001 13:22:52 -0400


> i was wondering if linkcount should also count the mount points?

Assuming you don't keep the mountpoint count state in the inode, it
might be a fair amount of overhead on the server side to read all the
vnodes (and the first data byte for symlinks) in a directory when it's
stat'ed..  Though in theory, I'd agree that the link count probably
should include the number of mountpoints.

-- kolya