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 redundant RGW_OP_STAT_OBJ check #19933

Merged
merged 1 commit into from Jan 12, 2018

Conversation

qrGitHub
Copy link

No description provided.

Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
@@ -1744,11 +1744,6 @@ void RGWGetObj::execute()

start = ofs;

/* STAT ops don't need data, and do no i/o */
if (get_type() == RGW_OP_STAT_OBJ) {
Copy link
Author

Choose a reason for hiding this comment

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

duplicate with line 1661

@cbodley
Copy link
Contributor

cbodley commented Jan 12, 2018

jenkins test this please

@cbodley cbodley merged commit 1fcc8e9 into ceph:master Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants