freebsd-dev/sys/fs/pseudofs
Mark Johnston a95435cfed Bump the maximum file name length in pseudofs filesystems to 48.
The previous limit of 24 was somewhat restrictive, and with this change
ceil(log2(sizeof(struct pfs_node))) is the same as before in both the ILP32
and LP64 models, so the malloc zone used for allocations of struct pfs_node
is the same as before.

Approved by:	des
2017-08-03 21:35:53 +00:00
..
pseudofs_fileno.c Remove Giant asserts. Update comment. 2016-08-03 08:57:15 +00:00
pseudofs_internal.h
pseudofs_vncache.c Forcibly remove the cached items from pseudofs vncache on module unload. 2017-01-09 20:14:18 +00:00
pseudofs_vnops.c Fix LINT, broken by a -Wformat warning in r320329 with PFS_DELEN being 2017-06-27 17:01:46 +00:00
pseudofs.c Remove Giant asserts. Update comment. 2016-08-03 08:57:15 +00:00
pseudofs.h Bump the maximum file name length in pseudofs filesystems to 48. 2017-08-03 21:35:53 +00:00