Date: Sat, 18 Jul 2009 11:12:48 +0000 (UTC) From: Ulf Lilleengen <lulf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom/vinum geom_vinum.c Message-ID: <200907181113.n6IBD2K7044135@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lulf 2009-07-18 11:12:48 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.c Log: SVN rev 195752 on 2009-07-18 11:12:48Z by lulf - Fix the issue with read access count modification on RAID-5 plexes properly. If the access counts were not increased and decreased in equal numbers by gvinum consumers, the read access count would be inconsistent with the write access count. Instead, modify the read access count with the write access count directly to prevent any inconsistencies. Approved by: re (kib) Revision Changes Path 1.29 +6 -4 src/sys/geom/vinum/geom_vinum.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907181113.n6IBD2K7044135>