Subject: lfs_mountfs: please consider increasing BUFPAGES to at least 0
To: None <current-users@netbsd.org>
From: Ryo HAYASAKA <ryoh@arcadia.jaist.ac.jp>
List: current-users
Date: 02/06/2004 16:13:27
Recently, I have got the following kernel message at boot time.  What
does this mean?

lfs_mountfs: please consider increasing BUFPAGES to at least 0

In lfs_vfsops.c:

printf("lfs_mountfs: please consider increasing BUFPAGES to at least %lld\n",
      (long long)(fs->lfs_ivnode->v_size * bufpages / LFS_MAX_BYTES));

The each values are:

(fs->lfs_ivnode->v_size = 5783552
bufpages = 0
LFS_MAX_BYTES = 159488

I am using 1.6ZI (i386) and LFS file system.

--
Ryo HAYASAKA <ryoh@arcadia.jaist.ac.jp>