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

cmake: link consumers of libclient with libcommon #13394

Merged
merged 2 commits into from Feb 14, 2017
Merged

Conversation

tchaikov
Copy link
Contributor

No description provided.

to avoid linking against to both libceph-common and libcommon at the same
time, because both of them will be registered as a provider of lttng
provider.

Fixes: http://tracker.ceph.com/issues/18838
Signed-off-by: Kefu Chai <kchai@redhat.com>
Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov tchaikov added bug-fix cephfs Ceph File System labels Feb 13, 2017
@tchaikov tchaikov requested a review from jcsp February 13, 2017 14:37
}

void usage()
{
cout <<
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be its own separate PR? Seems unrelated to the linking changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the PR tries to fix the mem leak issues reported by valgrind, that's why i think this cleanup could be part of it.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK. That's probably worth a mention in the commit message?

Copy link
Contributor

Choose a reason for hiding this comment

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

Doh! Of course the tracker mentions them. Sorry @tchaikov

Copy link
Contributor

@badone badone left a comment

Choose a reason for hiding this comment

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

LGTM

@jcsp jcsp merged commit 71938e3 into ceph:master Feb 14, 2017
@jcsp
Copy link
Contributor

jcsp commented Feb 14, 2017

@tchaikov tchaikov deleted the wip-18838 branch February 14, 2017 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix cephfs Ceph File System
Projects
None yet
3 participants