freebsd-dev/sys/fs/tmpfs
Jaakko Heinonen 720c50b339 - Change the type of size_max to u_quad_t because its value is converted
with vfs_scanopt(9) using the "%qu" format string.
- Limit the maximum value of size_max to (SIZE_MAX - PAGE_SIZE) to
  prevent overflow in howmany() macro.

PR:		kern/141194
Approved by:	trasz (mentor)
MFC after:	2 weeks
2010-01-08 07:57:43 +00:00
..
tmpfs_fifoops.c Reflect license change of NetBSD code. 2008-09-03 18:53:48 +00:00
tmpfs_fifoops.h Reflect license change of NetBSD code. 2008-09-03 18:53:48 +00:00
tmpfs_subr.c There is no need to "busy" a page when the object is locked for the duration 2009-10-26 18:02:05 +00:00
tmpfs_vfsops.c - Change the type of size_max to u_quad_t because its value is converted 2010-01-08 07:57:43 +00:00
tmpfs_vnops.c Add locking around access to parent node, and bail out when the parent 2009-10-11 07:03:56 +00:00
tmpfs_vnops.h Reflect license change of NetBSD code. 2008-09-03 18:53:48 +00:00
tmpfs.h Add locking around access to parent node, and bail out when the parent 2009-10-11 07:03:56 +00:00