artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d09e5
)
make this real C
author
deraadt
<deraadt@openbsd.org>
Wed, 23 Jul 2008 17:40:29 +0000
(17:40 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 23 Jul 2008 17:40:29 +0000
(17:40 +0000)
sys/nfs/nfs_vnops.c
patch
|
blob
|
history
diff --git
a/sys/nfs/nfs_vnops.c
b/sys/nfs/nfs_vnops.c
index
bc1e604
..
3227b11
100644
(file)
--- a/
sys/nfs/nfs_vnops.c
+++ b/
sys/nfs/nfs_vnops.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: nfs_vnops.c,v 1.9
6 2008/07/23 16:24:43 beck Exp $
*/
+/* $OpenBSD: nfs_vnops.c,v 1.9
7 2008/07/23 17:40:29 deraadt Exp $
*/
/* $NetBSD: nfs_vnops.c,v 1.62.4.1 1996/07/08 20:26:52 jtc Exp $ */
/*
@@
-2997,8
+2997,10
@@
nfs_writebp(bp, force)
}
if( (oldflags & B_ASYNC) == 0) {
+ int rtval;
+
bp->b_flags |= B_RAW;
-
int
rtval = biowait(bp);
+ rtval = biowait(bp);
if (!(oldflags & B_DELWRI) && p) {
++p->p_stats->p_ru.ru_oublock;
}