Subject: CVS commit: [netbsd-3] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/21/2005 19:01:40
Module Name: src
Committed By: tron
Date: Thu Apr 21 19:01:40 UTC 2005
Modified Files:
src/sys/dev [netbsd-3]: fss.c
Log Message:
Pull up revision 1.15 (requested by hannken in ticket #184):
Support user controllable flags for the snapshot driver:
- Add FSSIOFSET and FSSIOFGET ioctl() to set/get the flags.
- Add FSS_UNCONFIG_ON_CLOSE flag to unconfigure the snapshot device
on the last close.
Reviewed by: Jason R. Thorpe <thorpej@netbsd.org>
To generate a diff of this commit:
cvs rdiff -r1.13.2.1 -r1.13.2.2 src/sys/dev/fss.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.