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

osd: fix coverity warning for uninitialized members #12724

Merged
merged 7 commits into from Jan 9, 2017
Merged

osd: fix coverity warning for uninitialized members #12724

merged 7 commits into from Jan 9, 2017

Commits on Dec 30, 2016

  1. os/kstore/KStore.h: fix uninitialized member

    Silence Coverity 1398200
    
    Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
    dragonylffly committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    7f2f216 View commit details
    Browse the repository at this point in the history
  2. os/bluestore/BlueStore.h: fix uninitialized member

    Silence Coverity 1398202
    
    Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
    dragonylffly committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    9939a65 View commit details
    Browse the repository at this point in the history
  3. os/bluestore/BitAllocator.cc: fix uninitialized member

    Silence Coverity 1398204
    
    Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
    dragonylffly committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    387ad76 View commit details
    Browse the repository at this point in the history
  4. os/bluestore/BitmapFreelistManager.cc: fix uninitialized member

    Silence Coverity 1398205
    
    Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
    dragonylffly committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    a7b610a View commit details
    Browse the repository at this point in the history
  5. os/bluestor/BitAllocator.h: fix uninitialized member

    Silence Coverity 1398206
    
    Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
    dragonylffly committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    df961dd View commit details
    Browse the repository at this point in the history
  6. osd/PrimaryLogPG.cc: fix uninitialized member

    Silence Coverity 1398201
    
    Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
    dragonylffly committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    b162005 View commit details
    Browse the repository at this point in the history
  7. osd/OSD.h: fix uninitialized member

    Silence Coverity 1398203
    
    Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
    dragonylffly committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    83a384d View commit details
    Browse the repository at this point in the history