Skip to content

doc,aix: uv_fs_fsync limitations#1879

Closed
jBarz wants to merge 1 commit intolibuv:v1.xfrom
jBarz:aix.fsync
Closed

doc,aix: uv_fs_fsync limitations#1879
jBarz wants to merge 1 commit intolibuv:v1.xfrom
jBarz:aix.fsync

Conversation

@jBarz
Copy link
Copy Markdown
Contributor

@jBarz jBarz commented Jun 13, 2018

Unlike other platforms, the fsync call on aix will not accept non-regular
file file-descriptors.

Copy link
Copy Markdown
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this go in the API docs?

@jBarz jBarz force-pushed the aix.fsync branch 2 times, most recently from 8cb2558 to d11bb6c Compare June 13, 2018 14:22
@jBarz
Copy link
Copy Markdown
Contributor Author

jBarz commented Jun 13, 2018

my bad, yes. Fixed

Copy link
Copy Markdown
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error should be UV_EBADF (probably in backticks). And, if it's still an AIX specific note, it should say that. But LGTM.

Unlike other platforms, the fsync call on aix will not accept non-regular
file file-descriptors.
cjihrig pushed a commit that referenced this pull request Jun 19, 2018
Unlike other platforms, the fsync call on aix will not accept
non-regular file file-descriptors.

Refs: nodejs/node#21298
PR-URL: #1879
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@cjihrig
Copy link
Copy Markdown
Contributor

cjihrig commented Jun 19, 2018

Landed in 8ab14e2. Thanks!

@cjihrig cjihrig closed this Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants