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: fix lockdep false positive #8284

Merged
merged 3 commits into from Mar 28, 2016
Merged

Conversation

yehudasa
Copy link
Member

Signed-off-by: Yehuda Sadeh yehuda@redhat.com

shard_crs_lock.Unlock();
spawn(cr, true);
}
for (map<uint32_t, rgw_data_sync_marker>::iterator iter = sync_status.sync_markers.begin();
Copy link
Member

Choose a reason for hiding this comment

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

nit: cant we use auto here?

Copy link
Member Author

Choose a reason for hiding this comment

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

@theanalyst yes we can, but this is just indentation fix (and removed extra line), so I wouldn't go into changing it just now

Copy link
Member

Choose a reason for hiding this comment

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

Ah ok, no issues

@yehudasa
Copy link
Member Author

@cbodley added a couple more fixes, and made the change according to your comment

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
No need to try parsing mtime otherwise.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
got broken when disabled opstate

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
@cbodley cbodley merged commit 516ad93 into ceph:master Mar 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants