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

[DNM] kraken: bluestore: fix memory leak (uninit) #16109

Closed
wants to merge 1 commit into from

Conversation

smithfarm
Copy link
Contributor

@smithfarm smithfarm commented Jul 4, 2017

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 42db0c7)

Conflicts:
    src/os/bluestore/KernelDevice.h:
      - flush_lock mutex still used in kraken, so keep it
      - kraken uses atomic_t instead of std::atomic
@smithfarm smithfarm self-assigned this Jul 4, 2017
@smithfarm smithfarm added this to the kraken milestone Jul 4, 2017
@smithfarm
Copy link
Contributor Author

Please review - I don't know if it's valid to initialize an atomic_t with the value {false} . . .

@smithfarm smithfarm changed the title Bluestore memory leak (uninit) kraken: osd: fix bluestore memory leak (uninit) Jul 4, 2017
@smithfarm smithfarm changed the title kraken: osd: fix bluestore memory leak (uninit) kraken: bluestore: fix memory leak (uninit) Jul 4, 2017
@smithfarm smithfarm changed the title kraken: bluestore: fix memory leak (uninit) [DNM] kraken: bluestore: fix memory leak (uninit) Jul 4, 2017
@smithfarm
Copy link
Contributor Author

Cherry-picked into #14736

@smithfarm
Copy link
Contributor Author

Closing in favor of #14736

@smithfarm smithfarm closed this Jul 6, 2017
@smithfarm smithfarm deleted the wip-20495-kraken branch July 7, 2017 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants