diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-05-31 03:01:13 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-05-31 03:01:13 +0000 |
commit | 9f3c669d9e728557f0aa49a9f1055279dc8a1862 (patch) | |
tree | 520cb0f3fcc5d0a447db6e451e82fbaac95d4237 /sys/nfs/nfs_syscalls.c | |
parent | 440edc76ca3eee8d62ac049d5e11915b6cc31756 (diff) |
This is not the buffer you are looking for,
vintage 6 year old NFS bug.
ok beck@, looked at three times by art@
Diffstat (limited to 'sys/nfs/nfs_syscalls.c')
-rw-r--r-- | sys/nfs/nfs_syscalls.c | 4 |
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); |