• Jakob Unterwurzacher's avatar
    fuse: fix mounting with MaxWrite < 8kiB · 81c1d52b
    Jakob Unterwurzacher authored
    The readPool size was calculated from MaxWrite not taking
    into account that the kernel fails all reads below 8 kiB.
    
    Fix that by always using at least 8kiB.
    
    Change-Id: I3bd9013be44b00bdc370bac00d00b4a106ec2d07
    81c1d52b
mount_linux_test.go 2.58 KB