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

lib: fdtable: fsync() should not result in fd closure. #12008

Closed
wants to merge 1 commit into from

Conversation

pfalcon
Copy link
Contributor

@pfalcon pfalcon commented Dec 11, 2018

Was a copy-paste mistake from close() implementatiion.

Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org

Was a copy-paste mistake from close() implementatiion.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
@pfalcon pfalcon added the area: POSIX POSIX API Library label Dec 11, 2018
@pfalcon pfalcon added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Dec 11, 2018
@codecov-io
Copy link

Codecov Report

Merging #12008 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #12008      +/-   ##
==========================================
+ Coverage   48.13%   48.13%   +<.01%     
==========================================
  Files         281      281              
  Lines       43425    43424       -1     
  Branches    10406    10406              
==========================================
  Hits        20902    20902              
+ Misses      18368    18367       -1     
  Partials     4155     4155
Impacted Files Coverage Δ
lib/fdtable.c 29.72% <ø> (+0.39%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e21d7cc...afaa4a8. Read the comment docs.

@pfalcon
Copy link
Contributor Author

pfalcon commented Dec 11, 2018

Ok, this was subsumed into #12002, closing.

@pfalcon pfalcon closed this Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants