cvs commit: src/sys/kern vfs_aio.c

[ Available lists | Index of cvs-all | Month of May 2006 | Week of 9 May 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
David Xu <davidxu@FreeBSD.org>
Date
9 May 2006 00:10:16
Subject
cvs commit: src/sys/kern vfs_aio.c
Message-ID
200605090010.k490ABar063848@repoman.freebsd.org


[ Hide this part ]
davidxu     2006-05-09 00:10:11 UTC

FreeBSD src repository

Modified files:
sys/kern vfs_aio.c
Log:
Use a dedicated mutex to protect aio queues, the movation is to reduce
lock contention with other parts.

Revision Changes Path
1.223 +69 -51 src/sys/kern/vfs_aio.c


Elapsed time: 0.104 seconds