CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/04/07 05:13:01

Modified files:
        sys/ufs/ffs    : ffs_vnops.c 

Log message:
Always call bread_cluster() instead of calling it only if the current
logical block is contiguous to the previous one.

This logic is a left-over of the pre-bread_cluster() area.  When the
read-ahead version of bread(9) was used to prefetch blocks. Nowadays
bread_cluster() do the right thing (tm).

ok stefan@

Reply via email to