Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/cddl/osnet/sys/sys
Module Name: src
Committed By: christos
Date: Mon Sep 23 20:44:24 UTC 2013
Modified Files:
src/external/cddl/osnet/sys/sys: vnode.h
Log Message:
don't use IO_APPEND. In the vdev_file.c we end up appending to our virtual
file as a filesystem! With this change:
$ dd if=/dev/zero of=disk1 count=266144
$ zpool create crap $PWD/disk1
mounts /crap and it seems to work ok, until I try unmounting
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/cddl/osnet/sys/sys/vnode.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index