https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134
Scott Long <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Scott Long <[email protected]> --- VM_MAX_NAMELEN can be increased to 63 right now. Any larger and it exceeds the length allowed by the devfs (i.e. /dev) filesystem via the SPECNAMELEN limit. Truncating names in those nodes will be problematic, and increasing the limit will require a significant amount of code review and testing. Would 63 be good enough for now? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
