Subject: CVS commit: src/lib/librefuse
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/16/2007 00:35:07
Module Name:	src
Committed By:	pooka
Date:		Fri Feb 16 00:35:07 UTC 2007

Modified Files:
	src/lib/librefuse: refuse.c

Log Message:
* can't call unlink(2) & rmdir(2) in error paths.  Rather, call
  ops specified in the fuse op vector (or, if they're missing,
  we're SOL)
* great return value overhaul: return -ret to get linuxy -errno
  right for the kernel


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/librefuse/refuse.c

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