Re: kern_vfs_bio_buffer_alloc() question

2001-12-08 Thread Matthew Dillon
:Am I wrong, or does the nbuf calculation in kern_vfs_bio_buffer_alloc() :depend on a 4096B page size in order to do what the comment says it does? : :Doesn't the calculation allocate more buffer headers for machines with :4096B pages then it does for machines with 8192B pages? Is this on :purpo

kern_vfs_bio_buffer_alloc() question

2001-12-08 Thread Chad David
Am I wrong, or does the nbuf calculation in kern_vfs_bio_buffer_alloc() depend on a 4096B page size in order to do what the comment says it does? Doesn't the calculation allocate more buffer headers for machines with 4096B pages then it does for machines with 8192B pages? Is this on purpose, or