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

common/bl: carry the bufferlist::_carriage over std::moves #32937

Merged
merged 2 commits into from Feb 27, 2020

Commits on Feb 14, 2020

  1. common: carry the bufferlist::_carriage over std::moves.

    Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
    rzarzynski committed Feb 14, 2020
    Copy the full SHA
    eab0946 View commit details
    Browse the repository at this point in the history
  2. include, common: make bufferlist's move constructor inlineable.

    This is pretty important for crimson as we tend to move future<bl>
    in a few places over the hot IO path.
    
    Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
    rzarzynski committed Feb 14, 2020
    Copy the full SHA
    e68b7c8 View commit details
    Browse the repository at this point in the history