summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2010-05-07 00:41:12 +0000
committermckusick <mckusick@FreeBSD.org>2010-05-07 00:41:12 +0000
commite95ff34dacc330ba2cbfa7f426614e3dda40deff (patch)
tree40443c388266d280302f5035694a9fca8ff3cfcd /sys/vm/vm_fault.c
parent37abb66e2f1dcd063d48c212b7423a4b32c6db80 (diff)
parentb25e55dcc52d6203a9ae995ca470a66b6483f71d (diff)
downloadFreeBSD-src-e95ff34dacc330ba2cbfa7f426614e3dda40deff.zip
FreeBSD-src-e95ff34dacc330ba2cbfa7f426614e3dda40deff.tar.gz
Merger of the quota64 project into head.
This joint work of Dag-Erling Smørgrav and myself updates the FFS quota system to support both traditional 32-bit and new 64-bit quotas (for those of you who want to put 2+Tb quotas on your users). By default quotas are not compiled into the kernel. To include them in your kernel configuration you need to specify: options QUOTA # Enable FFS quotas If you are already running with the current 32-bit quotas, they should continue to work just as they have in the past. If you wish to convert to using 64-bit quotas, use `quotacheck -c 64'; if you wish to revert from 64-bit quotas back to 32-bit quotas, use `quotacheck -c 32'. There is a new library of functions to simplify the use of the quota system, do `man quotafile' for details. If your application is currently using the quotactl(2), it is highly recommended that you convert your application to use the quotafile interface. Note that existing binaries will continue to work. Special thanks to John Kozubik of rsync.net for getting me interested in pursuing 64-bit quota support and for funding part of my development time on this project.
Diffstat (limited to 'sys/vm/vm_fault.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud