Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/miscfs/genfs
Module Name: syssrc
Committed By: chs
Date: Mon Dec 31 06:44:58 UTC 2001
Modified Files:
syssrc/sys/miscfs/genfs: genfs_vnops.c
Log Message:
in genfs_gop_write(), actually set the B_ASYNC flag on buffers that we're
not going to wait for. this doesn't matter for real devices since we call
VOP_STRATEGY() directly, but NFS uses this flag to decide whether or not
to hand the buffer off to an nfsiod thread.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/miscfs/genfs/genfs_vnops.c
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