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

os/bluestore: fix leak of result-checking of _fsck_check_extents #11040

Merged
merged 4 commits into from Sep 12, 2016

Commits on Sep 10, 2016

  1. os/bluestore: fix leak of result-checking of _fsck_check_extents

    We shall not ignore the result of _fsck_check_extents() durint fsck().
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 10, 2016
    Copy the full SHA
    4a5b395 View commit details
    Browse the repository at this point in the history
  2. os/bluestore: add sanity check during extent loading

    Otherwise there are potential extent leaks.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 10, 2016
    Copy the full SHA
    d133cc5 View commit details
    Browse the repository at this point in the history
  3. os/bluestore: kill fill() method from bluestore_extent_ref_map_t

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 10, 2016
    Copy the full SHA
    4fc48a6 View commit details
    Browse the repository at this point in the history
  4. os/bluestore: drop bluestore_blob_id_t

    which is not used anymore.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Sep 10, 2016
    Copy the full SHA
    97848a8 View commit details
    Browse the repository at this point in the history