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

libcephfs: cleanups #12830

Merged
merged 4 commits into from
Jan 20, 2017
Merged

libcephfs: cleanups #12830

merged 4 commits into from
Jan 20, 2017

Conversation

renhwztetecs
Copy link
Contributor

No description provided.

renhwztetecs and others added 2 commits December 9, 2016 14:55
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
@tchaikov tchaikov added cephfs Ceph File System cleanup labels Jan 9, 2017
@xiexingguo
Copy link
Member

retest this please

1 similar comment
@xiexingguo
Copy link
Member

retest this please

@tchaikov tchaikov changed the title libcephfs: libcephfs misc libcephfs: cleanups Jan 10, 2017
@@ -999,7 +999,13 @@ TEST(LibCephFS, BadFileDesc) {

ASSERT_EQ(ceph_get_file_stripe_unit(cmount, -1), -EBADF);
ASSERT_EQ(ceph_get_file_pool(cmount, -1), -EBADF);
char poolname[80];
ASSERT_EQ(ceph_get_file_pool_name(cmount, -1, poolname, sizeof(poolname));
Copy link
Contributor

Choose a reason for hiding this comment

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

missing second argument to ASSERT_EQ, does not compile

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks,I fix it

Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
@jcsp jcsp merged commit 2d253c3 into ceph:master Jan 20, 2017
@renhwztetecs renhwztetecs deleted the renhw-wip-libcephfs-misc branch February 16, 2017 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cephfs Ceph File System cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants