Module Name: src Committed By: tron Date: Sun Dec 30 10:04:22 UTC 2012
Modified Files: src/lib/librefuse: refuse.c Log Message: FUSE seems to allow short writes without errors but PUFFS doesn't. Work around this by returning ENOSPC in case of a short write to avoid protocol errors. This change is based on problem analysis provided by Antti Kantee. This fixes PR lib/45129 by myself. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/lib/librefuse/refuse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.