Subject: Re: raidframe: parity dirty with read-only file systems?
To: None <tech-kern@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: tech-kern
Date: 07/13/2006 17:46:27
| that might live on top of a RAID set, RAIDframe is stuck in thinking
| that whoever opened a partition might want to write to it... and
| thus it gets marked "dirty" as soon as it's opened, and doesn't get
| marked "clean" until the last open partition is closed.
How about marking it dirty only as soon as the first write occurs?
mjl