Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern nestiobuf_iodone: remove a comment which is no long...
details: https://anonhg.NetBSD.org/src/rev/170ea4093927
branches: trunk
changeset: 587959:170ea4093927
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Feb 04 12:02:35 2006 +0000
description:
nestiobuf_iodone: remove a comment which is no longer true.
diffstat:
sys/kern/vfs_bio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a8ce0a0ec666 -r 170ea4093927 sys/kern/vfs_bio.c
--- a/sys/kern/vfs_bio.c Sat Feb 04 12:01:26 2006 +0000
+++ b/sys/kern/vfs_bio.c Sat Feb 04 12:02:35 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_bio.c,v 1.155 2006/01/21 14:09:35 reinoud Exp $ */
+/* $NetBSD: vfs_bio.c,v 1.156 2006/02/04 12:02:35 yamt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -81,7 +81,7 @@
#include "opt_softdep.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.155 2006/01/21 14:09:35 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.156 2006/02/04 12:02:35 yamt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1806,7 +1806,7 @@
error = EIO;
}
- donebytes = bp->b_bufsize; /* ignore b_resid ! */
+ donebytes = bp->b_bufsize;
putiobuf(bp);
nestiobuf_done(mbp, donebytes, error);
Home |
Main Index |
Thread Index |
Old Index