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: small fixes to memstore #7107

Merged
merged 3 commits into from Jan 11, 2016
Merged

osd: small fixes to memstore #7107

merged 3 commits into from Jan 11, 2016

Commits on Jan 5, 2016

  1. os: fix unhandled error other than ENOENT

    Fixes: ceph#14228
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jan 5, 2016
    Copy the full SHA
    6c55cec View commit details
    Browse the repository at this point in the history
  2. os: put a guard when read the entire object

    Otherwise the read operation may overflow.
    
    Fixes: ceph#14229
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jan 5, 2016
    Copy the full SHA
    c07dcd5 View commit details
    Browse the repository at this point in the history
  3. os: fix overflow of collection_empty method

    Fixes: ceph#14227
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jan 5, 2016
    Copy the full SHA
    d225522 View commit details
    Browse the repository at this point in the history