Changeset 0c2241c in rtems for bsps/shared/shared-sources.am

Timestamp:
10/10/17 23:11:49 (7 years ago)
Author:
Fan Deng <enetor@…>
Branches:
5, master
Children:
095a807
Parents:
343f2084
git-author:
Fan Deng <enetor@…> (10/10/17 23:11:49)
git-committer:
Chris Johns <chrisj@…> (04/11/18 01:51:57)
Message:

Make bit addressing consistent in rtems_rfs_group.c

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, please see the associated ticket.

Tested by inspecting the written bitmasks with and without this change.

(No files)

Note: See TracChangeset for help on using the changeset viewer.