From 49b162566aff22c50806100278fb61393d4bc007 Mon Sep 17 00:00:00 2001 From: fvdl Date: Fri, 30 Mar 2001 20:25:11 +0000 Subject: [PATCH] Bump va_blocksize for the map files some more, so that programs with quite a few mappings have a chance of being handled correctly if st_blksize is looked at. --- sys/miscfs/procfs/procfs_vnops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index bade3a499e63..ef5a6978514d 100644 --- a/sys/miscfs/procfs/procfs_vnops.c +++ b/sys/miscfs/procfs/procfs_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_vnops.c,v 1.79 2001/03/29 22:41:53 fvdl Exp $ */ +/* $NetBSD: procfs_vnops.c,v 1.80 2001/03/30 20:25:11 fvdl Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -652,7 +652,7 @@ procfs_getattr(v) * Advise a larger blocksize for the map files, so that * they may be read in one pass. */ - vap->va_blocksize = 2 *PAGE_SIZE; + vap->va_blocksize = 4 * PAGE_SIZE; break; default: