Re: ffs_read() tweak

2016-03-27 Thread Martin Pieuchot
On 07/03/16(Mon) 12:46, Martin Pieuchot wrote: > bread_cluster() can be called unconditionally. The sequential check is > a leftover of the read-ahead mechanism that FFS no longer used since the > introduction of the Dynamic Buffer cache. > > ok? Anyone? > > Index: ufs/ffs/ffs_vnops.c >

ffs_read() tweak

2016-03-07 Thread Martin Pieuchot
bread_cluster() can be called unconditionally. The sequential check is a leftover of the read-ahead mechanism that FFS no longer used since the introduction of the Dynamic Buffer cache. ok? Index: ufs/ffs/ffs_vnops.c === RCS file: