diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-06 17:06:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-06 17:06:41 +0000 |
| commit | 84c55b38e46b9255c93283cc194a9fd5006b3820 (patch) | |
| tree | 14cbc00f55115c13b816fb21fd2f38fb87d926da /sys/kern/vfs_bio.c | |
| parent | e566363ef1a96b5bf3cf55265b39146fc1cb402f (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_bio.c')
| -rw-r--r-- | sys/kern/vfs_bio.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index cb183206c90d..d33fc2fd043c 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 |
