[issue1841] vfscache panic when creating many links

Matthew Dillon dillon at apollo.backplane.com
Thu Sep 16 23:05:46 PDT 2010


:                link("sin.c", id);

    There is no easy fix for this, the current vfs cache kinda depends
    on the vnode limit to indirectly control its size and hard links
    defeat the vnode limit (since one can have many hard links to the
    same vnode).

					-Matt





More information about the Bugs mailing list