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:17:22 +0000 (11:17 +0100)
commit553278cee993bb320a39ef7b99d5921502c76eb2
tree654afe8d89755bb6f4cf489d204dd940be4ef242
parente6a2de8892f82243ea8672b974cb8d190c0bc35d
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