Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace calls to OS_fsBlocksFree #1049

Closed
jphickey opened this issue Dec 29, 2020 · 0 comments · Fixed by #1050 or #1088
Closed

Replace calls to OS_fsBlocksFree #1049

jphickey opened this issue Dec 29, 2020 · 0 comments · Fixed by #1050 or #1088
Assignees
Milestone

Comments

@jphickey
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This function is scheduled to be deprecated in nasa/osal#718.

Describe the solution you'd like
It should be replaced with a call to OS_FileSysStatVolume() instead.

Additional context
Old function has insufficient range as noted in nasa/osal#573.

Requester Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Dec 29, 2020
jphickey added a commit to jphickey/cFE that referenced this issue Dec 29, 2020
Use OS_FileSysStatVolume() instead.  This also enables the check
to be more appropriate as this call reports the number of total
blocks, not just the free blocks, so no workaround for desktop
machines is needed.
jphickey added a commit to jphickey/cFE that referenced this issue Dec 29, 2020
Use OS_FileSysStatVolume() instead.  This also enables the check
to be more appropriate as this call reports the number of total
blocks, not just the free blocks, so no workaround for desktop
machines is needed.
@skliper skliper added this to the 7.0.0 milestone Jan 4, 2021
astrogeco added a commit that referenced this issue Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants