Re: [PATCH] Make bit addressing consistent in rtems_rfs_group.c

2018-04-09 Thread Chris Johns
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

[PATCH] Make bit addressing consistent in rtems_rfs_group.c

2017-10-10 Thread Fan Deng
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