summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-05-06 17:06:41 +0000
committerphk <phk@FreeBSD.org>1999-05-06 17:06:41 +0000
commit45443ee5d42b259f66d723f493ff8d02e600f090 (patch)
tree079bbd1a834ab987a96fbcb9256bb3dd17aaca41 /sys/kern/vfs_bio.c
parent07346f9ac9fe802fcc05cd359908c49f1f272028 (diff)
downloadFreeBSD-src-45443ee5d42b259f66d723f493ff8d02e600f090.zip
FreeBSD-src-45443ee5d42b259f66d723f493ff8d02e600f090.tar.gz
Remove unused fields from struct buf:
b_savekva b_validoff b_validend Reviewed by: dillon, bde
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index cb18320..d33fc2f 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -11,7 +11,7 @@
* 2. Absolutely no warranty of function or purpose is made by the author
* John S. Dyson.
*
- * $Id: vfs_bio.c,v 1.207 1999/04/29 18:15:25 alc Exp $
+ * $Id: vfs_bio.c,v 1.208 1999/05/02 23:56:10 alc Exp $
*/
/*
@@ -2642,11 +2642,6 @@ vfs_unbusy_pages(struct buf * bp)
* Set the valid bits in a page based on the supplied offset. The
* range is restricted to the buffer's size.
*
- * For NFS, the range is additionally restricted to b_validoff/end.
- * validoff/end must be DEV_BSIZE chunky or the end must be at the
- * file EOF. If a dirty range exists, set the page's dirty bits
- * inclusively.
- *
* This routine is typically called after a read completes.
*/
static void
OpenPOWER on IntegriCloud