On 15/08/17(Tue) 17:20, Stefan Fritsch wrote:
> Hi,
>
> this is another try at making read clustering work for msdosfs.
>
> Last year, mpi@ implemented VFS read clustering for MSDOSFS in
>
> sys/msdosfs/denode.h 1.28
> sys/msdosfs/msdosfs_vnops.c 1.105
>
> This caused regressions when doing see
On 08/15/17 17:20, Stefan Fritsch wrote:
> Hi,
>
> this is another try at making read clustering work for msdosfs.
>
> Last year, mpi@ implemented VFS read clustering for MSDOSFS in
>
> sys/msdosfs/denode.h 1.28
> sys/msdosfs/msdosfs_vnops.c 1.105
>
> This caused regressions when doing seeks pa
Hi,
this is another try at making read clustering work for msdosfs.
Last year, mpi@ implemented VFS read clustering for MSDOSFS in
sys/msdosfs/denode.h 1.28
sys/msdosfs/msdosfs_vnops.c 1.105
This caused regressions when doing seeks past the end of the file and had.
to be reverted. Then I tried