On 11/10/2017 10:11, Fan Deng wrote:
> This change fixes https://devel.rtems.org/ticket/3089.
>
> Briefly, rtems_rfs_group.c contains conflicting conversions between
> block numbers and group number and bit offset pairs. This caused the
> actual bit stored on the bitmask to be one bit displaced fr
This change fixes https://devel.rtems.org/ticket/3089.
Briefly, rtems_rfs_group.c contains conflicting conversions between
block numbers and group number and bit offset pairs. This caused the
actual bit stored on the bitmask to be one bit displaced from its
intended location.
For more details, pl