[haiku-commits] Re: haiku: hrev45394 - src/add-ons/kernel/file_systems/bfs

  • From: Alex Smith <alex@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 22 Mar 2013 14:46:52 +0000

On 22 March 2013 11:47, Axel Dörfler <axeld@xxxxxxxxxxxxxxxx> wrote:

> Am 22/03/2013 12:40, schrieb alex@xxxxxxxxxxxxxxxx:
>
>  ee8f0ab: CID 712421: Fix unintended sign extension.
>>
>
> This is also listed as CID 608050. There is a similar issue tracked as CID
> 608055.


Ah, annoying that it doesn't link them. I've marked the other one as fixed,
I'll fix the other one after I've tracked down this bug.


>  -                       runBlockEnd += data->direct[current].Length()
>> +                       runBlockEnd += (uint32)data->direct[current].**
>> Length()
>>                                 << fVolume->BlockShift();
>>
>
> Note that this only works with a block size smaller than 64K. For BFS,
> this is fine, though.
>

Are block sizes that large not supported?

Thanks,
Alex

Other related posts: