diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-06-23 08:08:51 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-06-23 08:08:51 +0000 |
commit | 44ddd5e2eab4784cd79eb3b15c38d627d6be2dad (patch) | |
tree | fc5169d6ca659aec275c3efc1cdabd273d6d2089 | |
parent | 206383d5e7354c1d1e1797bebde789aacbadaca5 (diff) |
- /dev/drum is long gone; sync comment with reality
ok thib@
-rw-r--r-- | sys/nfs/nfs_bio.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index 5333d90fe96..f727197a23e 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_bio.c,v 1.58 2009/03/19 16:44:40 oga Exp $ */ +/* $OpenBSD: nfs_bio.c,v 1.59 2009/06/23 08:08:50 jasper Exp $ */ /* $NetBSD: nfs_bio.c,v 1.25.4.2 1996/07/08 20:47:04 jtc Exp $ */ /* @@ -578,12 +578,9 @@ nfs_doio(bp, p) uiop->uio_procp = p; /* - * Historically, paging was done with physio, but no more... + * Historically, paging was done with physio, but no more. */ if (bp->b_flags & B_PHYS) { - /* - * ...though reading /dev/drum still gets us here. - */ io.iov_len = uiop->uio_resid = bp->b_bcount; /* mapping was done by vmapbuf() */ io.iov_base = bp->b_data; |