[K42-discussion] virtfs nlink patch
Patrick Bozeman
PEBozeman at lbl.gov
Fri Sep 15 06:08:42 EST 2006
The nlink count for directories for virtual file systems is broken. Here
is an example of find output before and after this patch. Note that
a find with and without the -noleaf option should return the same number
of files.
hw1 root # find /sys -noleaf | wc -l
355
hw1 root # find /sys | wc -l
30
After the patch...
hw1 root # find /sys -noleaf | wc -l
355
hw1 root # find /sys | wc -l
355
-------------- next part --------------
A non-text attachment was scrubbed...
Name: virt-nlink.patch
Type: text/x-patch
Size: 909 bytes
Desc: not available
Url : http://ozlabs.org/pipermail/k42-discussion/attachments/20060914/34d749c5/attachment.bin
More information about the K42-discussion
mailing list