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

ceph_mon: use readdir() as readdir_r() is deprecated #11047

Merged
merged 1 commit into from Sep 12, 2016

Conversation

tchaikov
Copy link
Contributor

see https://lwn.net/Articles/696469/, readdir_r() is deprecated by glibc
since 2.24. so let's use readdir() instead.

Signed-off-by: Kefu Chai kchai@redhat.com

see https://lwn.net/Articles/696469/, readdir_r() is deprecated by glibc
since 2.24. so let's use readdir() instead.

Signed-off-by: Kefu Chai <kchai@redhat.com>
@jecluis
Copy link
Member

jecluis commented Sep 12, 2016

lgtm

@tchaikov tchaikov merged commit 3aec513 into ceph:master Sep 12, 2016
@tchaikov tchaikov deleted the wip-long-live-readdir branch September 12, 2016 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants