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

rgw: drop useless includes in rgw_{main.cc, common.h} #19109

Merged
merged 1 commit into from Nov 27, 2017

Conversation

mikulely
Copy link
Contributor

No description provided.

Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
Copy link
Member

@joscollin joscollin left a comment

Choose a reason for hiding this comment

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

Builds fine.
@wjwithagen Try this change in FreeBSD ?

#include <errno.h>
#include <signal.h>

extern "C" {
Copy link
Contributor

Choose a reason for hiding this comment

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

@mikulely is current build broken without this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No. As I've touched around, just take this chance to make nm happy.

Copy link
Contributor

Choose a reason for hiding this comment

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

@mikulely could you be more specific regarding to the nm happy thing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@tchaikov tchaikov Nov 27, 2017

Choose a reason for hiding this comment

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

@mikulely if you care about the exported symbols from radosgw (actually i wonder why), probably you should fix the CMakeLists.txt to avoid exporting them.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tchaikov Thx for minding. Just a trivial cleanup here, let's forget about it.

Copy link
Contributor

Choose a reason for hiding this comment

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

i'd recommend do it right if we want to fix it even it's a cleanup.

@wjwithagen
Copy link
Contributor

@joscollin
I'll give it a spin.

Copy link
Contributor

@wjwithagen wjwithagen left a comment

Choose a reason for hiding this comment

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

FreeBSD compiles and runs test fine

@joscollin
Copy link
Member

@cbodley cbodley merged commit 41c12b4 into ceph:master Nov 27, 2017
@mikulely mikulely deleted the main-cleanup branch November 28, 2017 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants