VFS accounting: optimize vop_write() performance
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 18 Feb 2012 09:36:06 +0000 (10:36 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 18 Feb 2012 10:06:57 +0000 (11:06 +0100)
commit6ee75ae9af0beb6592c802baba73df905f88ad0b
treeb2659cb51e1115e0197d34a3c7c6ba87a9c81084
parentcf7ad7d148d126095d2261798f8f289a0d170959
VFS accounting: optimize vop_write() performance

* Avoid a mount list scan if accounting is globally disabled
sys/kern/vfs_quota.c
sys/kern/vfs_vopops.c
sys/sys/vfs_quota.h