diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2007-06-01 01:12:45 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2007-06-01 01:12:45 +0000 |
| commit | 1c4bcd050a4f7163d68f608db860aef5fad81d6c (patch) | |
| tree | 9c09dcc76185c3dc30b048a5f2eb972f3bb8a849 /sys/nfsclient | |
| parent | 9163fee71f130ea1488b39a785bf5d08075936f5 (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient')
| -rw-r--r-- | sys/nfsclient/nfs_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c index 28de49d5c97e..a6de7e4c2860 100644 --- a/sys/nfsclient/nfs_vnops.c +++ b/sys/nfsclient/nfs_vnops.c @@ -3129,7 +3129,7 @@ nfs_writebp(struct buf *bp, int force __unused, struct thread *td) bp->b_iocmd = BIO_WRITE; bufobj_wref(bp->b_bufobj); - curthread->td_proc->p_stats->p_ru.ru_oublock++; + curthread->td_ru.ru_oublock++; splx(s); /* |
