freebsd-dev/sys/fs/unionfs
Konstantin Belousov 2f304845e2 Do not allocate struct statfs on kernel stack.
Right now size of the structure is 472 bytes on amd64, which is
already large and stack allocations are indesirable.  With the ino64
work, MNAMELEN is increased to 1024, which will make it impossible to have
struct statfs on the stack.

Extracted from:	ino64 work by gleb
Discussed with:	mckusick
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2017-01-05 17:19:26 +00:00
..
union_subr.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
union_vfsops.c Do not allocate struct statfs on kernel stack. 2017-01-05 17:19:26 +00:00
union_vnops.c Replace all remaining calls to vprint(9) with vn_printf(9), and remove 2016-08-10 16:12:31 +00:00
union.h