summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_RDWR.9
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-07-08 00:38:28 +0000
committeralfred <alfred@FreeBSD.org>2004-07-08 00:38:28 +0000
commit60a197bb101b2936ceba4df979b3354dc93fb8d9 (patch)
treed3a31e616ef350e36ba916a0b14dc6a3b46eaaee /share/man/man9/VOP_RDWR.9
parentc8d0f89ed29d3b3aefe1cf44dc475d7d941a6cad (diff)
downloadFreeBSD-src-60a197bb101b2936ceba4df979b3354dc93fb8d9.zip
FreeBSD-src-60a197bb101b2936ceba4df979b3354dc93fb8d9.tar.gz
s/proc/thread
Diffstat (limited to 'share/man/man9/VOP_RDWR.9')
-rw-r--r--share/man/man9/VOP_RDWR.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_RDWR.9 b/share/man/man9/VOP_RDWR.9
index d2e8680..4aaea5a 100644
--- a/share/man/man9/VOP_RDWR.9
+++ b/share/man/man9/VOP_RDWR.9
@@ -207,7 +207,7 @@ vop_write(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *cred)
if (error) {
if (ioflag & IO_UNIT) {
- VOP_TRUNCATE(vp, osize, ioflag & IO_SYNC, cred, uio->uio_procp);
+ VOP_TRUNCATE(vp, osize, ioflag & IO_SYNC, cred, uio->uio_td);
uio->uio_offset -= resid - uio->uio_resid;
uio->uio_resid = resid;
}
OpenPOWER on IntegriCloud