]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Expand locking around identification of filesystem mount point when
authormckusick <mckusick@FreeBSD.org>
Sun, 8 Apr 2012 06:20:21 +0000 (06:20 +0000)
committermckusick <mckusick@FreeBSD.org>
Sun, 8 Apr 2012 06:20:21 +0000 (06:20 +0000)
commit614fd4fe5e7e76da2328df84ca390b36dad17e79
treeac3859e68a88e7aa5a584b0dcbb67868c43ca06f
parent4bed5dbd8fe59f265092a2c8d3f6109dac7700c1
Expand locking around identification of filesystem mount point when
accounting for I/O counts at completion of I/O operation. Also switch
from using global devmtx to vnode mutex to reduce contention.

Suggested and reviewed by: kib
sys/geom/geom_vfs.c