Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/06/2007 18:22:09
Module Name:	src
Committed By:	pooka
Date:		Sat Jan  6 18:22:09 UTC 2007

Modified Files:
	src/lib/libpuffs: callcontext.c puffs.c puffs.h puffs_priv.h subr.c

Log Message:
* get rid of the mount callback; it's no great surprise to the
  server that it needs to mount the file system backend if it wants
  to call mount
* provide some options for getmntopts(), assume that callers will parse
  command line (or fstab) args
* reorganize the puffs_cc interface just a bit, preparing for a bigger
  revamp later


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libpuffs/callcontext.c
cvs rdiff -r1.20 -r1.21 src/lib/libpuffs/puffs.c
cvs rdiff -r1.18 -r1.19 src/lib/libpuffs/puffs.h
cvs rdiff -r1.2 -r1.3 src/lib/libpuffs/puffs_priv.h
cvs rdiff -r1.11 -r1.12 src/lib/libpuffs/subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.