summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfs_syscalls.c')
-rw-r--r--sys/nfs/nfs_syscalls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c
index f2d7c237d04..4dde7e7572f 100644
--- a/sys/nfs/nfs_syscalls.c
+++ b/sys/nfs/nfs_syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_syscalls.c,v 1.52 2007/05/28 06:13:07 krw Exp $ */
+/* $OpenBSD: nfs_syscalls.c,v 1.53 2007/05/31 03:01:12 thib Exp $ */
/* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */
/*
@@ -756,7 +756,7 @@ nfssvc_iod(p)
*/
if (nbp) {
nbp->b_flags &= ~(B_READ|B_DONE|B_ERROR);
- buf_undirty(bp);
+ buf_undirty(nbp);
nbp->b_vp->v_numoutput++;
}
splx(s);