]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Expand locking around identification of filesystem mount point when
authorKirk McKusick <mckusick@FreeBSD.org>
Sun, 8 Apr 2012 06:20:21 +0000 (06:20 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Sun, 8 Apr 2012 06:20:21 +0000 (06:20 +0000)
commit85121b0979d1b34404bda3d96036de84025ae5bf
treeac3859e68a88e7aa5a584b0dcbb67868c43ca06f
parent827e334c01052d27298113e871fc35a698dc72e3
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